External DocumentationTo learn more, visit the Check Point Management documentation.
Actions
Show Packages
Retrieve a list of packages with optional filtering.

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 |
|---|---|
| Details Level | The level of details to include in the response. |
| Domains To Process | A comma-separated list of domains to process. This must be run from the system domain with ignore-warning set to true. |
| Filter | The 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. |
| 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. |
| Order | A JSON list of fields and their sorting order. Example: |
| Return All Pages | Automatically fetch all resources, page by page. |
| Show Installation Targets | Select to calculate and include the installation targets field in the response. |
{
"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"
}
}
]
}
Was this page helpful?