mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 10:56:53 +00: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
|
|
}
|
|
]
|
|
}
|
|
}
|