Skip to main content
Retrieve a list of objects from the Check Point Management server.
External DocumentationTo learn more, visit the Check Point Management documentation.

Basic Parameters

ParameterDescription
FilterThe 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 PagesAutomatically fetch all resources, page by page.
TypeThe type of object to filter by.

Advanced Parameters

ParameterDescription
LimitThe maximum number of results to return in the response.

Valid range is - 1 to 500.
OffsetThe pagination offset indicating the starting point for the next set of results.

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