RESTful API
R81.10.X Quantum Spark 1500, 1600, 1800, 1900, 2000 Appliances Locally Managed Administration Guide|459
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
There is no request body.
Response
On Success, HTTP Return code: 200
On Failure, HTTP Return code: 400, 401, 500
(3) Generate-Report
Description
Generate security report data according to the selected time frame:
Hourly/Daily/Weekly/Monthly
Request URL
POST https://<gateway-ip>:<port>/web-api/generate-report
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}