Auto Pause Transient Alerts (APTA)
PUT {{baseUrl}}/services/:serviceID/apta-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", "timeout_in_mins"=>"<int> 2 | 3 | 5 | 10 | 15"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
| `` | null | ||
Content-Type | string |
RESPONSES
status: OK
{"data":{"msg":"apta configuration successfully saved"}}