Observability
List active alerts in observability tenant.
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
tenantSlugstring
Match
^[a-z0-9-_]+$
Response Body
curl -X GET "https://api.avisi.cloud/api/v1/orgs/string/alerts/string"
[
{
"activeAt": "2019-08-24T14:15:22Z",
"annotations": {
"property1": "string",
"property2": "string"
},
"labels": {
"property1": "string",
"property2": "string"
},
"state": "string",
"value": "string"
}
]
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}