Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add

Request body:

{
  "ticketId": "10039",
  "metricId": "6751a9af00835a31fb1c27ac",
  "triggerName": "metricPause",
  "slaEventAction": "PAUSE",
  "actionDate": "2024-12-06T12:34:42.750Z"
}



Panel
bgColor#c8f7c8
POST/integration/V1/sla-custom-event/add/multiple

 Allows adding multiple SLA events at once.

Expand
titleRequest body
Code Block
{
  "ticketId": "string",
  "metricId": "string",
  "events": [
    {
      "triggerName": "string",
      "slaEventAction": "START",
      "actionDate": "2024-12-06T12:37:34.340Z"
    }
  ]
}


Expand
titleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/add/multiple

Request body: