mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-06 00:26:45 +08:00
29 lines
460 B
JSON
29 lines
460 B
JSON
{
|
|
"status": "success",
|
|
"data": {
|
|
"rules": [
|
|
{
|
|
"labels": { "severity": "warning" },
|
|
"annotations": {},
|
|
"state": "firing",
|
|
"name": "First Rule",
|
|
"id": 1
|
|
},
|
|
{
|
|
"labels": { "severity": "warning" },
|
|
"annotations": {},
|
|
"state": "firing",
|
|
"name": "Second Rule",
|
|
"id": 2
|
|
},
|
|
{
|
|
"labels": { "severity": "P0" },
|
|
"annotations": {},
|
|
"state": "firing",
|
|
"name": "Third Rule",
|
|
"id": 3
|
|
}
|
|
]
|
|
}
|
|
}
|