curl --location --request GET '/v1/proxy/cluster//custom/loki/v1/alertrule'
{
"data": null,
"errorData": null,
"message": "string",
"Data": {
"property1": {
"alerts": [
{
"activeAt": "string",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"state": "string",
"value": "string"
}
],
"name": "string",
"state": "string"
},
"property2": {
"alerts": [
{
"activeAt": "string",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"state": "string",
"value": "string"
}
],
"name": "string",
"state": "string"
}
}
}