Get Dedup Key Overlay for Alert Source
GET {{baseUrl}}/services/:serviceID/overlays/dedup-key/:alertSource
This endpoint returns the default deduplication rules if not already created.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with read
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":{"template":"{{.labels.alertname}}-{{.labels.deployment}}","duration":300}}