RESTful API
Quantum Spark 1500, 1600 and 1800 Appliance Series R80.20.40 Locally Managed Administration Guide | 299
Request Headers
Header Name
Value
Description
Content-Type
application/json
Send JSON object to use the API Web Services.
x-chkp-sid
string token
Session unique identifier as the response to the login request.
Request Body
Header Name
Value
Description
type
(Required)
String
Report time frame.
Allow values:
{hourly, weekly, daily, monthly}
Response
On Success, HTTP Return code: 200
Header Name
Value
Description
reportData
Base64 string
Send data JSON in base64 format.
On Failure, HTTP Return code: 400, 401, 500
Example Request
{
"type": "daily",
}
Example Response
[
{
"reportData": "<report_json_in_base64_format>"
}
]
(4) Run-Clish-Command
Description
Run a single Gaia Clish command.
Request URL
POST https://<gateway-ip>:<port>/web-api/run-clish-command