Observability
Replace AlertManager configuration of an environment.
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
environmentSlugstring
Match
^[a-z0-9-_]+$
alertManagerConfig?string
ruleFiles?object
Empty Object
templateFiles?object
Empty Object
Response Body
curl -X POST "https://api.avisi.cloud/api/v1/orgs/string/environments/string/prometheus/alertmanager" \
-H "Content-Type: application/json" \
-d '{}'
{
"message": "string"
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}