Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#c8f7c8
POST/integration/V1/metric

Allows creating an SLA metric.

...

titleRequest body
Code Block
{
  "name": "string",
  "description": "string"
}
Expand
titleExample of usage

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

Request body:

{
  "name": "Time to First Response",
  "description": "Time to First Response of the ticket"
}

Panel
bgColor#DEEBFF
GET/integration/V1/metrics

...

Status
colourGreen
title200
- OK. Returned if the request is successful. StatuscolourGreentitle201 - OK. SLA Metric was successfully created.

Status
colourYellow
title400
- Bad request.

...