curl --location --request GET '/v1/alerts/cluster//namespaces//alert'
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"alertLevels": [
{
"compareOp": "string",
"compareValue": "string",
"severity": "string"
}
],
"expr": "string",
"for": "string",
"inhibitLabels": [
"string"
],
"isOpen": true,
"message": "string",
"name": "string",
"namespace": "string",
"origin": "string",
"promqlGenerator": {
"labelpairs": {
"property1": "string",
"property2": "string"
},
"resource": "string",
"rule": "string",
"scope": "string",
"unit": "string"
},
"realTimeAlerts": [
{
"activeAt": "string",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"state": "string",
"value": "string"
}
],
"receivers": [
{
"interval": "string",
"name": "string"
}
],
"source": "string",
"state": "string",
"tplLost": true
}
]
}