External DocumentationTo learn more, visit the Check Point Management documentation.
Actions
List Objects
Retrieve a list of objects from the Check Point Management server.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | The search expression to filter objects. The provided text should be exactly the same as it would be given in SmartConsole. The logical operators in the expression (‘AND’, ‘OR’) should be provided in capital letters. By default, the search involves both a textual search and a IP search. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Type | The type of object to filter by. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of results to return in the response. Valid range is - 1 to 500. |
| Offset | The pagination offset indicating the starting point for the next set of results. |
{
"from": 1,
"to": 1,
"total": 1,
"objects": [
{
"uid": "1d60975f-0e87-46a3-9849-048a5fe5af43",
"name": "example-object",
"type": "host",
"domain": {
"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
"name": "SMC User",
"domain-type": "domain"
},
"ipv4-address": "1.2.2.20",
"icon": "Objects/host",
"color": "black"
}
]
}
Was this page helpful?