Dashboard

Get alert triggers within start and end date

Returns alert triggers within start and end date

SecurityapiKey
Request
path Parameters
enterprise_id
required
string

A UUID string identifying this enterprise.

query Parameters
start_date
string <date-time>

Start date of alert triggers

end_date
string <date-time>

End date of alert triggers

Responses
200

successful operation

401

Authorization information is missing or invalid.

404

Not Found.

500

Internal server error

get/v1/enterprise/{enterprise_id}/dashboard/alert-panel/
Request samples
Response samples
application/json
{
  • "total": 0,
  • "results": [
    ]
}

Gets data from provisioned device panel

Returns data from provisioned device panel

SecurityapiKey
Request
path Parameters
enterprise_id
required
string

A UUID string identifying this enterprise.

Responses
200

successful operation

401

Authorization information is missing or invalid.

404

Not Found.

500

Internal server error

get/v1/enterprise/{enterprise_id}/dashboard/provisioned-device-panel/
Request samples
Response samples
application/json
{
  • "total": 0,
  • "results": {
    }
}