Alerts
Introduction
This section explains how to extract the definition of alerts created in the Gear Studio platform using the data extraction API. Alerts allow defining conditions that, once met, generate the corresponding alarms. When values return to normal, previously created alarms are automatically closed.
To report alerts, the alert data type is used, whose documentation can be found here.
There are three mechanisms for obtaining alert information:
- Get data for a specific alert by its ID, as explained here.
- Get information for all alerts associated with an endpoint, device, facility, or client. Documentation can be found here.
- Get information for all alerts associated with an endpoint, device, facility, or client, incrementally. Documentation can be found here.
Data Extraction APIs
Introduction This section explains how to extract data from the Gear Studio platform using the HTTP API, such as: Alerts: the API allows extracting the...
Alert data type
Introduction The alert data type allows obtaining the configuration of an alert. Below are all the properties of the alert data type.