Hi Everybody,
We have a script to collect inventory information from gateways (Gaia and Spark/SMB) via the onPrem management server. For that we use the cprid_util utility to execute the commands remotely from the management server.
When using Smart-1 Cloud Management Service, we need a replacement for this. What I've tried so far:
- ManagementAPI/run-script with target Smart-1 cloud utilizing the old cprid_util: Not supported (https://sc1.checkpoint.com/documents/Infinity_Portal/WebAdminGuides/EN/Check-Point-SmartCloud-Admin-...)
- ManagementAPI/run-script with target the gateway: Works only on Gaia, not on Gaia embedded / SMB
- GaiaAPI: Is only supportet on Gaia, not on Gaia embedded / SMB
- ManagementAPI/gaia-api with target the gateway: Works only on Gaia, not on Gaia embedded / SMB
Is there any way to authenticate once to the Smart-1 Cloud service and then use this authentication to run commands on a connected gateway that works for Gaia and SMB?
Thanks for any ideas