Versions Compared

Key

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

...

Expand
titleResponse example

Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/list/?ticketId=10039&metricId=6751a9af00835a31fb1c27ac

Response body:

Code Block
{
    "ticketId": "10039",
    "metricId": "6751a9af00835a31fb1c27ac",
    "events": [
        {
            "triggerName": "Pause",
            "slaEventAction": "PAUSE",
            "actionDate": "2024-12-06T11:24:14.807Z"
        },
        {
            "triggerName": "string",
            "slaEventAction": "START",
            "actionDate": "2024-12-06T11:42:42.75Z"
        },
        {
            "triggerName": "metricStart",
            "slaEventAction": "START",
            "actionDate": "2024-12-06T12:20:42.75Z"
        },
        {
            "triggerName": "metricStart",
            "slaEventAction": "START",
            "actionDate": "2024-12-06T12:32:42.75Z"
        },
        {
            "triggerName": "metricPause",
            "slaEventAction": "PAUSE",
            "actionDate": "2024-12-06T12:34:42.75Z"
        }
    ]
}



Panel
bgColor#FFB3B2#FFCCCB
DELETE/integration/V1/sla-custom-event/list

Returns a list of Allows to delete SLA events for of the given metric. This means that the SLA metric will switch to Not Started state.

Expand
titleParameters
ParameterTypeDefault valueRequired
ticketIdstring
     check mark 
metricIdstring
check mark 
{ "ticketId": "10039", "metricId": "6751a9af00835a31fb1c27ac", "events": [ { "triggerName": "Pause", "slaEventAction": "PAUSE", "actionDate": "2024-12-06T11:24:14.807Z" }, { "triggerName": "string", "slaEventAction": "START", "actionDate": "2024-12-06T11:42:42.75Z" }, { "triggerName": "metricStart", "slaEventAction": "START", "actionDate": "2024-12-06T12:20:42.75Z" }, { "triggerName": "metricStart", "slaEventAction": "START", "actionDate": "2024-12-06T12:32:42.75Z" }, { "triggerName": "metricPause", "slaEventAction": "PAUSE", "actionDate": "2024-12-06T12:34:42.75Z" } ] }

Expand
titleResponse exampleExample of usage

Request URL: https://slaapp.almarise.com/integration/V1/sla-custom-event/list/?ticketId=10039&metricId=6751a9af00835a31fb1c27ac

Response body:

Code Block