Skip to main content

Getting statistical data

Getting statistics on one or more detectors for a period, taking into account the time zone, broken down into intervals. The external system must initiate a request to the API_SENSOR_STATISTICS database function to get statistical data.

Path Parameters
login string REQUIRED

user login or email

password string REQUIRED

password

project_id string REQUIRED

UUID project

sensor_id string REQUIRED

UUID Detector (in case of various detectors, set a comma)

from string REQUIRED

Start date (YYYY-MM-DD HH:MM: SS)

to string REQUIRED

End date (YYYY-MM-DD HH:MM: SS)

interval string REQUIRED

Time interval (in seconds)

timezone string REQUIRED

Time zone (for instance: Europe_Moscow)

Responses
200

Successfully

401

Unauthenticated

403

Forbidden

404

Resource Not Found