警报
简介
本节 explains how to extract the definition of alarms generated from alerts in the Gear Studio platform, 使用 data extraction API. These alarms are generated when certain predefined alert conditions are met. When values return to normal, the alarms are automatically closed.
To query alarms, the alarm data type is used, whose documentation can be found 此处.
T此处 are three mechanisms for obtaining alarm information:
- Get data for a specific alert by its ID, as explained 此处.
- Get information for all alerts associated with an endpoint, device, facility, or client. Documentation can be found 此处.
- Get information for all alerts associated with an endpoint, device, facility, or client, incrementally. Documentation can be found 此处.
增量获取提醒列表
This API allows retrieving a list of alerts incrementally. This enables fast updates of alerts as they are created, modified, or deleted, without needing to retrieve the full list.
警报 数据类型
简介 The alarm data type allows obtaining alarm information. Below are all the properties of the alarm data type.