Avisi cloud logo
Observability

Get AlertManager configuration of an environment.

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

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
environmentSlugRequiredstring
Pattern: "^[a-z0-9-]+$"

Response Body

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

TypeScript Definitions

Use the response body type in TypeScript.

alertManagerConfigstring
ruleFilesobject
templateFilesobject
curl -X GET "https://api.avisi.cloud/api/v1/orgs/string/environments/string/prometheus/alertmanager"
{
  "alertManagerConfig": "string",
  "ruleFiles": {
    "property1": "string",
    "property2": "string"
  },
  "templateFiles": {
    "property1": "string",
    "property2": "string"
  }
}