Avisi cloud logo
Observability

List active alerts in observability tenant.

GET
/api/v1/orgs/{organisationSlug}/alerts/{tenantSlug}

Path Parameters

organisationSlug
Required
string

tenantSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/orgs/string/alerts/string"

Request was successfully processed. The response body contains the requested data.

[
  {
    "activeAt": "2019-08-24T14:15:22Z",
    "annotations": {
      "property1": "string",
      "property2": "string"
    },
    "labels": {
      "property1": "string",
      "property2": "string"
    },
    "state": "string",
    "value": "string"
  }
]