You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StartTime | int64 | Yes | Trigger time, Unix timestamp in seconds
137
136
EndTime | int64 | No | Recovery time, Unix timestamp in seconds, default 0
138
-
CloseTime | int64 | No | Close time, EndTime is alert recovery time, CloseTime is processing progress close time. Alert automatically closes upon recovery, manual closure doesn't affect alert recovery. Unix timestamp in seconds, default 0
139
137
`Labels` | map[string]string | No | Label key-value pairs, both Key and Value are strings
| start_time | int64 | Yes | First trigger time (time of first event received by platform), Unix timestamp in seconds |
71
70
| last_time | int64 | Yes | Latest event time (time of most recent event received by platform), Unix timestamp in seconds |
72
71
| end_time | int64 | No | Alert recovery time (time when platform last received end-type event), Unix timestamp in seconds, defaults to 0 |
73
-
| close_time | int64 | No | Closure time, different from end_time, this indicates progress closure, not actual alert recovery. Unix timestamp in seconds, defaults to 0 |
74
72
| labels | map[string]string | No | Label key-value pairs, both Key and Value are strings |
75
73
| event_cnt | int64 | No | Number of associated events |
76
74
| incident |[Incident](#Incident)| No | Associated incident |
@@ -103,7 +101,6 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \
103
101
"alert_status":"Warning",
104
102
"channel_id":1163577812973,
105
103
"channel_name":"Order System",
106
-
"close_time":0,
107
104
"created_at":1683766015,
108
105
"data_source_id":1571358104973,
109
106
"data_source_name":"Aliyun SLS",
@@ -131,7 +128,6 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \
| start_time | int64 | Yes | First trigger time (time of first event received by platform), Unix timestamp in seconds |
102
101
| last_time | int64 | Yes | Latest event time (time of latest event received by platform), Unix timestamp in seconds |
103
102
| end_time | int64 | No | Alert recovery time (time of last end-type event received by platform), Unix timestamp in seconds, default 0 |
104
-
| close_time | int64 | No | Close time, different from end_time, this is processing progress closure, doesn't mean alert actually recovered. Unix timestamp in seconds, default 0 |
105
103
| labels | map[string]string | No | Label KV pairs, both Key and Value are strings |
106
104
107
105
</div>
@@ -132,7 +130,6 @@ curl -X POST 'https://example.com/incident/action?a=a' \
132
130
"alert_key": "asdflasdfl2xzasd112621",
133
131
"alert_severity": "Critical",
134
132
"alert_status": "Critical",
135
-
"close_time": 0,
136
133
"created_at": 1699869567,
137
134
"data_source_id": 2398086111504,
138
135
"description": "cpu.idle < 20%",
@@ -148,10 +145,6 @@ curl -X POST 'https://example.com/incident/action?a=a' \
0 commit comments