Alarming Label
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Required | Description |
|---|---|---|---|
| Name | String | No | label name |
| Value | String | No | label value |
Notification history for each alert
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Description |
|---|---|---|
| NotifyId | String | Unique notification ID. |
| PolicyId | String | Alert policy ID |
| SessionId | String | Alarm cycle iD |
| NotifyTime | Integer | Notification time in Unix timestamp (in seconds). |
| TriggerTime | Integer | Trigger time in Unix timestamp (in seconds). |
| TriggerLevel | String | Alarm severity level. Valid values: None, Note, Warn, and Serious. |
| AlarmContent | String | alert content |
| AlarmObject | String | Alarm object |
| ChannelSet | Array of String | Alarm notification channel collection involved this time Note: This field may return null, indicating that no valid values can be obtained. |
| ChannelsReceivers | Array of ChannelsReceivers | Recipient information of the channel |
| PolicyName | String | Alarm policy name |
| PromeInstanceID | String | Prometheus Instance ID, valid only when MT_PROME |
| PromeInstanceRegion | String | Region of the Prometheus Instance. Valid at that time only for MT_PROME. |
| Notices | Array of NotifyRelatedNotice | Notification template related configuration information |
| TriggerStatus | String | Alarm trigger status. Valid values: Trigger and Recovery. |
| PromeConsoleURL | String | Console page address related to the present Prometheus notification history, valid only when MR_PROME |
| Labels | Array of AlarmLable | Alarm label |
Receiver details
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Required | Description |
|---|---|---|---|
| ChannelName | String | No | Notification channel name. Note: This field may return null, indicating that no valid values can be obtained. |
| Receivers | Array of String | No | Recipient. Note: This field may return null, indicating that no valid values can be obtained. |
| SendStatus | String | No | Sending result. Valid values: 0, (invalid), 1 (successful), 2 (failed), and 3 (no sending required). Note: This field may return null, indicating that no valid values can be obtained. |
Notification template information associated with notification history
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Description |
|---|---|---|
| NoticeId | String | Notification template ID |
| NoticeName | String | Name of the notification template |
Pagination request parameters
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Required | Description |
|---|---|---|---|
| PerPage | Integer | No | Number of items per page. Note: This field may return null, indicating that no valid values can be obtained. |
| PageNo | String | No | Page number, starting from 1. Note: This field may return null, indicating that no valid values can be obtained. |
Pagination result parameters
Used by actions: DescribeAlarmNotifyHistories.
| Name | Type | Required | Description |
|---|---|---|---|
| TotalCount | Integer | No | Total data. Note: This field may return null, indicating that no valid values can be obtained. |
| TotalPage | Integer | No | Total number of pages. Note: This field may return null, indicating that no valid values can be obtained. |
| CurrentPageNo | Integer | No | Current page number. Note: This field may return null, indicating that no valid values can be obtained. |
| End | Boolean | No | Whether it has traversed to the end. |
フィードバック