List all SLAs
GET/v1/slas
List all SLAs
Returns
description: string
A description of the SLA
name: string
The name of the SLA
urn: string
A unique identifier for the SLA
vendor_urn: string
A unique identifier for the vendor associated with the SLA
List all SLAs
curl https://developer.clarative.ai/v1/slas \
-H "Authorization: Bearer $CLARATIVE_API_KEY"[
{
"description": "description",
"name": "name",
"urn": "urn",
"vendor_urn": "vendor_urn"
}
]Returns Examples
[
{
"description": "description",
"name": "name",
"urn": "urn",
"vendor_urn": "vendor_urn"
}
]