-
-
Notifications
You must be signed in to change notification settings - Fork 917
Expand file tree
/
Copy pathalerts
More file actions
31 lines (31 loc) · 573 Bytes
/
Copy pathalerts
File metadata and controls
31 lines (31 loc) · 573 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"status": "success",
"data": {
"alerts": [
{
"labels": {
"alertname": "DemoPendingThenFiring",
"severity": "warning"
},
"annotations": {
"summary": "Demo Alert"
},
"state": "pending",
"activeAt": "2025-07-04T23:41:29.244509801Z",
"value": "1e+00"
},
{
"labels": {
"alertname": "DemoAlwaysFiring",
"severity": "critical"
},
"annotations": {
"summary": "Critical Test Alert"
},
"state": "firing",
"activeAt": "2025-07-04T23:41:29.244509801Z",
"value": "1e+00"
}
]
}
}