-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi-test.http
46 lines (44 loc) · 983 Bytes
/
api-test.http
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
POST http://localhost:8080/alert_manager
Content-Type: application/json
{
"version": "4",
"status": "firing",
"groupLabels": {
},
"commonLabels": {
},
"commonAnnotations": {
"summary": "alarms demo"
},
"alerts": [
{
"status": "firing",
"labels": {
"labels": "labels",
"xx": "ss",
"job": "production/subscan-kulu"
},
"annotations": {
"summary": "this is something message1",
"describe": "详情"
},
"startsAt": "2022-08-31T15:41:12.79281+08:00",
"endsAt": "2022-08-31T17:41:12.79281+08:00"
},
{
"status": "firing",
"labels": {
"labels": "labels",
"xx": "ss",
"job": "production/subscan-acala"
},
"annotations": {
"summary": "this is something message1",
"describe": "详情"
},
"startsAt": "2022-08-31T15:41:12.79281+08:00",
"endsAt": "2022-08-31T17:41:12.79281+08:00"
}
]
}
###