Перейти к основному содержимому

Getting incidents from a detector

Receiving incidents from 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_GLOSAV_EVENTS database function to receive events.

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