Skip to main content
Retrieve a list of packages with optional filtering.
External DocumentationTo learn more, visit the Check Point Management documentation.

Parameters

ParameterDescription
Details LevelThe level of details to include in the response.
Domains To ProcessA comma-separated list of domains to process. This must be run from the system domain with ignore-warning set to true.
FilterThe search expression to filter the packages by.

Note: The logical operators in the expression (‘AND’, ‘OR’) should be provided in capital letters (The same as in the SmartConsole Object Explorer). The search involves both a IP search and a textual search in name, comment, tags etc.
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.
OrderA JSON list of fields and their sorting order.

Example:
[
{ “name”: “ASC” },
{ “createdAt”: “DESC” }
]
Return All PagesAutomatically fetch all resources, page by page.
Show Installation TargetsSelect to calculate and include the installation targets field in the response.

Example Output

{
	"from": 1,
	"to": 2,
	"total": 5,
	"packages": [
		{
			"name": "Core-Network-Package",
			"uid": "3f2a9c41-8b6e-4e91-9c8a-1b7a3e5f9d21",
			"type": "package",
			"color": "blue",
			"icon": "network",
			"domain": {
				"name": "Global-Domain",
				"uid": "b12e7c90-44a1-4e2f-9c63-71b3e92f6a10",
				"domain-type": "global domain"
			}
		},
		{
			"name": "Web-Applications-Package",
			"uid": "9d5f41a8-2c6e-48b1-91e2-7a4c3b6f0e88",
			"type": "package",
			"color": "dark green",
			"icon": "web",
			"domain": {
				"name": "Production-Domain",
				"uid": "6a7c2d91-8f45-4e7a-b1c2-0f9a6d4e3b55",
				"domain-type": "domain"
			}
		}
	]
}

Workflow Library Example

Show Packages with Check Point Management and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop