Skip to main content

List Objects

Returns a list of objects.

Basic Parameters

ParameterDescription
FilterSearch expression to filter objects by.The provided text should be exactly the same as it would be given in Smart Console.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.
TypeThe object's type.

Advanced Parameters

ParameterDescription
LimitThe maximal number of returned results.
OffsetNumber of the results to initially skip.

Example Output

{
"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"
}
]
}

Workflow Library Example

List Objects with Check Point Management and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop