Observability
Create or update silence for observability tenant.
Path Parameters
organisationSlugstring
Match
^[a-z0-9-_]+$
tenantSlugstring
Match
^[a-z0-9-_]+$
id?string
matchers?array<SilenceMatcher>
startsAt?string
endsAt?string
createdBy?string
comment?string
status?SilenceStatus
Response Body
curl -X POST "https://api.avisi.cloud/api/v1/orgs/string/observability/string/silences" \
-H "Content-Type: application/json" \
-d '{}'
{
"id": "string",
"matchers": [
{
"name": "string",
"value": "string",
"isRegex": true,
"isEqual": true
}
],
"startsAt": "string",
"endsAt": "string",
"createdBy": "string",
"comment": "string",
"status": {
"state": "string"
}
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}
{
"message": "string",
"details": [
"string"
]
}