You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 7
Next »
GET/integration/V1/metric/{id}
Returns the SLA metric of the given ID.
Parameter | Type | Default value | Required |
---|
id | string |
| |
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac
Response body:
{
"name": "Time To Resolution",
"id": "6751a9af00835a31fb1c27ac"
}
PUT/integration/V1/metric/{id}
Updates the given SLA metric (e.g. change the name of the metric).
Parameter | Type | Default value | Required |
---|
id | string |
| |
{
"name": "string",
"description": "string"
}
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac
DELETE/integration/V1/metric/{id}
Deletes the SLA metric of the given ID.
Parameter | Type | Default value | Required |
---|
id | string |
| |
Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac