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

KeyDatatypeRequiredDescription
``null
Content-Typestring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;msg&quot;:&quot;apta configuration successfully saved&quot;}}