RESTful API
R81.10.X Quantum Spark 1500, 1600, 1800, 1900, 2000 Appliances Locally Managed Administration Guide|460
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
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.