Fame Glow Feed

Premium fame highlights with sleek curation.

general

SLAs APIs - Documentation for Helix Automation Console 19.11

Writer Liam Parker

This topic describes the REST APIs for the Service Level Agreements in BMC Helix Automation Console. 

The base URL for the SLAs API is: 

GET/api/v1/config/slas

Gets all Service Level Agreements data. 

Request body: No parameters

Responses

CodeDescription
200OK
401Unauthorized
500Internal Server Error


Sample response

[ { "severity": 1, "deadline": 90, "threshold": 72 }
]

PUT/api/v1/config/slas

Update an existing SLA level.

Request body: No parameters

Responses

CodeDescription
200OK
400Bad Request
401Unauthorized
500Internal Server Error


Sample response

[ { "severity": 1, "deadline": 90, "threshold": 72 }
]