curl --location --request GET '/v1/proxy/cluster//custom/alertmanager/v1/alerts'
{
"data": null,
"errorData": null,
"message": "string",
"Data": [
{
"annotations": {
"property1": "string",
"property2": "string"
},
"endsAt": "string",
"fingerprint": "string",
"generatorURL": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"receivers": [
"string"
],
"startsAt": "string",
"status": {
"inhibitedBy": [
"string"
],
"silencedBy": [
"string"
],
"state": "string"
}
}
]
}