In This Section: |
This API is a way to read information and send commands to the Zero Touch server. Operations that are available through the Zero Touch GUI are available through web-services, with HTTPS Post requests to the Zero Touch server.
HTTP Post
https://zerotouch.checkpoint.com/ZeroTouch/web_api/v2/<command>
HTTP Headers
content-Type: application/json
X-chkp-sid: <
session ID token ("sid") as returned by the login command>
The X-chkp-sid header is mandatory in all API calls except the login API.
Request payload
Text in JSON format containing the different parameters.
Returned value on success:
Returned value on failure: