Avisi cloud logo
Observability

Get AlertManager configuration of an environment.

GET
/api/v1/orgs/{organisationSlug}/environments/{environmentSlug}/prometheus/alertmanager

Path Parameters

organisationSlug
Required
string

environmentSlug
Required
string

curl -X GET "http://localhost:8090/api/v1/orgs/string/environments/string/prometheus/alertmanager"

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

{
  "alertManagerConfig": "string",
  "ruleFiles": {
    "property1": "string",
    "property2": "string"
  },
  "templateFiles": {
    "property1": "string",
    "property2": "string"
  }
}