Intelligent Alert Grouping (IAG)
PUT {{baseUrl}}/services/:serviceID/iag-config
Update the basic service details and change escalation policy for the service.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with service-write
scope.
Request Body
{"is_enabled"=>"<boolean> true | false", "rolling_window_in_mins"=>"<int> 5 | 10 | 15 | 20 | 45 | 60 | 120 | 240 | 480 | 720 | 1440"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
`` | null | ||
Content-Type | string |
RESPONSES
status: OK
{"data":{"msg":"iag configuration successfully saved"}}