Skip to main content

Events & Alarms

Query, acknowledge, and manage events and alarms. Configure event detectors on data points.

See also: Events & Alarms documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/event-detectorsGets a list of event detectors for bulk import via CSVAPI Reference →
POST/event-detectorsCreate an Event DetectorAPI Reference →
DELETE/event-detectors/{xid}Delete an Event DetectorAPI Reference →
GET/event-detectors/{xid}Get an Event Detector by xidAPI Reference →
PATCH/event-detectors/{xid}Partially update an Event DetectorAPI Reference →
PUT/event-detectors/{xid}Update an Event DetectorAPI Reference →
GET/event-detectors/bulkGet a list of current bulk event detector operationsAPI Reference →
POST/event-detectors/bulkBulk get/create/update/delete event detectorsAPI Reference →
DELETE/event-detectors/bulk/{id}Remove a bulk event detector operation using its idAPI Reference →
GET/event-detectors/bulk/{id}Get the status of a bulk event detector operation using its idAPI Reference →
PUT/event-detectors/bulk/{id}Update a bulk event detector operation using its idAPI Reference →
GET/event-detectors/by-id/{id}Get an Event Detector by idAPI Reference →
GET/event-detectors/exportExport formatted for Configuration Import by supplying an RQL queryAPI Reference →
POST/event-detectors/queryGets a list of event detectors for bulk import via CSVAPI Reference →
GET/event-detectors/query-data-point-rqlGets a list of event detectors for bulk import via CSV using RQL against data pointsAPI Reference →
GET/event-detectors/runtime/{xid}Get Event Detector's internal stateAPI Reference →
GET/event-typesQuery all available event typesAPI Reference →
GET/event-types/{type}Query event types from one eventType to get all subtypes for an event typeAPI Reference →
GET/event-types/{type}/{subtype}Query event types from one eventTypeAPI Reference →
GET/event-types/{type}/{subtype}/{referenceId1}Query event types from one eventTypeAPI Reference →
POST/event-types/query-data-point-event-typesQuery event types for data pointsAPI Reference →
GET/eventsQuery EventsAPI Reference →
GET/events/{id}Get event by IDAPI Reference →
POST/events/acknowledgeAcknowledge many existing eventsAPI Reference →
PUT/events/acknowledge/{id}Acknowledge an existing eventAPI Reference →
GET/events/activeGet the active events for a userAPI Reference →
GET/events/active-summaryGet the active events summaryAPI Reference →
POST/events/countsQuery for event counts using RQLAPI Reference →
POST/events/data-point-event-countsQuery for event counts using RQLAPI Reference →
POST/events/data-point-summariesGet summary of data point eventsAPI Reference →
POST/events/query/events-by-source-typeFind Events for a set of sources found by the supplied sourceType RQL query, then query for events with these sources using eventsRqlAPI Reference →
GET/events/reducedQuery Events Reduced FormatAPI Reference →
GET/events/unacknowledged-summaryGet the unacknowledged events summaryAPI Reference →
GET/user-eventsQuery User EventsAPI Reference →