Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#DEEBFF
GET/integration/V1/metric/{id}

Returns the SLA metric of the given ID.

Expand
titleParameters
ParameterTypeDefault valueRequired
idstring
     check mark 
Expand
titleResponse example

Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac

Response body:

Code Block
{
    "name": "Time To Resolution",
    "id": "6751a9af00835a31fb1c27ac"
}



Panel
bgColor#ffeeda
PUT/integration/V1/metric/{id}

Updates the given SLA metric (e.g. change the name of the metric).

Expand
titleParameters
ParameterTypeDefault valueRequired
idstring
     check mark 
Expand
titleRequest body
Code Block
{
  "name": "string",
  "description": "string"
}


Expand
titleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac



Panel
bgColor#FFCCCB
DELETE/integration/V1/metric/{id}

Deletes the SLA metric of the given ID.

Expand
titleParameters
ParameterTypeDefault valueRequired
idstring
     check mark 
Expand
titleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/metric/6751a9af00835a31fb1c27ac