Chilkat Online Tools

PureBasic / Datadog API Collection / Get an SLO's history

Back to Collection Items

IncludeFile "CkJsonObject.pb"
IncludeFile "CkStringBuilder.pb"
IncludeFile "CkHttp.pb"
IncludeFile "CkHttpResponse.pb"

Procedure ChilkatExample()

    ; This example assumes the Chilkat API to have been previously unlocked.
    ; See Global Unlock Sample for sample code.

    http.i = CkHttp::ckCreate()
    If http.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    success.i

    queryParams.i = CkJsonObject::ckCreate()
    If queryParams.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkJsonObject::ckUpdateInt(queryParams,"from_ts",-62147425)
    CkJsonObject::ckUpdateInt(queryParams,"to_ts",-62147425)
    CkJsonObject::ckUpdateString(queryParams,"target","49.34019051965387")
    CkJsonObject::ckUpdateString(queryParams,"apply_correction","true")

    CkHttp::ckSetRequestHeader(http,"Accept","application/json")

    resp.i = CkHttp::ckQuickRequestParams(http,"GET","https://api.app.ddog-gov.com/api/v1/slo/:slo_id/history",queryParams)
    If CkHttp::ckLastMethodSuccess(http) = 0
        Debug CkHttp::ckLastErrorText(http)
        CkHttp::ckDispose(http)
        CkJsonObject::ckDispose(queryParams)
        ProcedureReturn
    EndIf

    sbResponseBody.i = CkStringBuilder::ckCreate()
    If sbResponseBody.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkHttpResponse::ckGetBodySb(resp,sbResponseBody)

    jResp.i = CkJsonObject::ckCreate()
    If jResp.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkJsonObject::ckLoadSb(jResp,sbResponseBody)
    CkJsonObject::setCkEmitCompact(jResp, 0)

    Debug "Response Body:"
    Debug CkJsonObject::ckEmit(jResp)

    respStatusCode.i = CkHttpResponse::ckStatusCode(resp)
    Debug "Response Status Code = " + Str(respStatusCode)
    If respStatusCode >= 400
        Debug "Response Header:"
        Debug CkHttpResponse::ckHeader(resp)
        Debug "Failed."
        CkHttpResponse::ckDispose(resp)

        CkHttp::ckDispose(http)
        CkJsonObject::ckDispose(queryParams)
        CkStringBuilder::ckDispose(sbResponseBody)
        CkJsonObject::ckDispose(jResp)
        ProcedureReturn
    EndIf

    CkHttpResponse::ckDispose(resp)

    ; Sample JSON response:
    ; (Sample code for parsing the JSON response is shown below)

    ; {
    ;   "data": {
    ;     "from_ts": 1615323990,
    ;     "group_by": [
    ;       "aliqua pariatur",
    ;       "labor"
    ;     ],
    ;     "groups": [
    ;       {
    ;         "error_budget_remaining": {
    ;           "7d": 100
    ;         },
    ;         "errors": [
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           },
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           }
    ;         ],
    ;         "group": "name",
    ;         "history": [
    ;           [
    ;             1579212382,
    ;             0
    ;           ]
    ;         ],
    ;         "monitor_modified": 1615867200,
    ;         "monitor_type": "string",
    ;         "name": "string",
    ;         "precision": 2,
    ;         "preview": true,
    ;         "sli_value": 99.99,
    ;         "span_precision": 2,
    ;         "uptime": 99.99
    ;       },
    ;       {
    ;         "error_budget_remaining": {
    ;           "7d": 100
    ;         },
    ;         "errors": [
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           },
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           }
    ;         ],
    ;         "group": "name",
    ;         "history": [
    ;           [
    ;             1579212382,
    ;             0
    ;           ]
    ;         ],
    ;         "monitor_modified": 1615867200,
    ;         "monitor_type": "string",
    ;         "name": "string",
    ;         "precision": 2,
    ;         "preview": true,
    ;         "sli_value": 99.99,
    ;         "span_precision": 2,
    ;         "uptime": 99.99
    ;       }
    ;     ],
    ;     "monitors": [
    ;       {
    ;         "error_budget_remaining": {
    ;           "7d": 100
    ;         },
    ;         "errors": [
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           },
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           }
    ;         ],
    ;         "group": "name",
    ;         "history": [
    ;           [
    ;             1579212382,
    ;             0
    ;           ]
    ;         ],
    ;         "monitor_modified": 1615867200,
    ;         "monitor_type": "string",
    ;         "name": "string",
    ;         "precision": 2,
    ;         "preview": true,
    ;         "sli_value": 99.99,
    ;         "span_precision": 2,
    ;         "uptime": 99.99
    ;       },
    ;       {
    ;         "error_budget_remaining": {
    ;           "7d": 100
    ;         },
    ;         "errors": [
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           },
    ;           {
    ;             "error_type": "",
    ;             "error_message": ""
    ;           }
    ;         ],
    ;         "group": "name",
    ;         "history": [
    ;           [
    ;             1579212382,
    ;             0
    ;           ]
    ;         ],
    ;         "monitor_modified": 1615867200,
    ;         "monitor_type": "string",
    ;         "name": "string",
    ;         "precision": 2,
    ;         "preview": true,
    ;         "sli_value": 99.99,
    ;         "span_precision": 2,
    ;         "uptime": 99.99
    ;       }
    ;     ],
    ;     "overall": {
    ;       "error_budget_remaining": {
    ;         "7d": 100
    ;       },
    ;       "errors": [
    ;         {
    ;           "error_type": "",
    ;           "error_message": ""
    ;         },
    ;         {
    ;           "error_type": "",
    ;           "error_message": ""
    ;         }
    ;       ],
    ;       "group": "name",
    ;       "history": [
    ;         [
    ;           1579212382,
    ;           0
    ;         ]
    ;       ],
    ;       "monitor_modified": 1615867200,
    ;       "monitor_type": "string",
    ;       "name": "string",
    ;       "precision": {
    ;         "30d": 1,
    ;         "7d": 2
    ;       },
    ;       "preview": true,
    ;       "sli_value": 99.99,
    ;       "span_precision": 2,
    ;       "uptime": 99.99
    ;     },
    ;     "series": {
    ;       "res_type": "",
    ;       "interval": 0,
    ;       "resp_version": 0,
    ;       "query": "",
    ;       "times": [
    ;       ],
    ;       "numerator": {
    ;         "count": 0,
    ;         "sum": 0,
    ;         "metadata": {}
    ;       },
    ;       "denominator": {
    ;         "count": 0,
    ;         "sum": 0,
    ;         "metadata": {}
    ;       },
    ;       "message": ""
    ;     },
    ;     "thresholds": {
    ;       "my_service": {
    ;         "target": 95,
    ;         "timeframe": "7d"
    ;       }
    ;     },
    ;     "to_ts": 1615928790,
    ;     "type": "metric",
    ;     "type_id": 0
    ;   },
    ;   "errors": [
    ;     {
    ;       "error": "ullamco pariatur"
    ;     },
    ;     {
    ;       "error": "aliquip anim do laborum commodo"
    ;     }
    ;   ]
    ; }

    ; Sample code for parsing the JSON response...
    ; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    strVal.s
    error_budget_remaining7d.i
    group.s
    monitor_modified.i
    monitor_type.s
    name.s
    precision.i
    preview.i
    sli_value.s
    span_precision.i
    uptime.s
    j.i
    count_j.i
    error_type.s
    error_message.s
    k.i
    count_k.i
    intVal.i
    error.s

    From_ts.i = CkJsonObject::ckIntOf(jResp,"data.from_ts")
    v_7d.i = CkJsonObject::ckIntOf(jResp,"data.overall.error_budget_remaining.7d")
    Group.s = CkJsonObject::ckStringOf(jResp,"data.overall.group")
    Monitor_modified.i = CkJsonObject::ckIntOf(jResp,"data.overall.monitor_modified")
    Monitor_type.s = CkJsonObject::ckStringOf(jResp,"data.overall.monitor_type")
    Name.s = CkJsonObject::ckStringOf(jResp,"data.overall.name")
    v_30d.i = CkJsonObject::ckIntOf(jResp,"data.overall.precision.30d")
    Precision7d.i = CkJsonObject::ckIntOf(jResp,"data.overall.precision.7d")
    Preview.i = CkJsonObject::ckBoolOf(jResp,"data.overall.preview")
    Sli_value.s = CkJsonObject::ckStringOf(jResp,"data.overall.sli_value")
    Span_precision.i = CkJsonObject::ckIntOf(jResp,"data.overall.span_precision")
    Uptime.s = CkJsonObject::ckStringOf(jResp,"data.overall.uptime")
    Res_type.s = CkJsonObject::ckStringOf(jResp,"data.series.res_type")
    Interval.i = CkJsonObject::ckIntOf(jResp,"data.series.interval")
    Resp_version.i = CkJsonObject::ckIntOf(jResp,"data.series.resp_version")
    Query.s = CkJsonObject::ckStringOf(jResp,"data.series.query")
    Count.i = CkJsonObject::ckIntOf(jResp,"data.series.numerator.count")
    Sum.i = CkJsonObject::ckIntOf(jResp,"data.series.numerator.sum")
    DenominatorCount.i = CkJsonObject::ckIntOf(jResp,"data.series.denominator.count")
    DenominatorSum.i = CkJsonObject::ckIntOf(jResp,"data.series.denominator.sum")
    Message.s = CkJsonObject::ckStringOf(jResp,"data.series.message")
    Target.i = CkJsonObject::ckIntOf(jResp,"data.thresholds.my_service.target")
    Timeframe.s = CkJsonObject::ckStringOf(jResp,"data.thresholds.my_service.timeframe")
    To_ts.i = CkJsonObject::ckIntOf(jResp,"data.to_ts")
    v_Type.s = CkJsonObject::ckStringOf(jResp,"data.type")
    Type_id.i = CkJsonObject::ckIntOf(jResp,"data.type_id")
    i.i = 0
    count_i.i = CkJsonObject::ckSizeOfArray(jResp,"data.group_by")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        strVal = CkJsonObject::ckStringOf(jResp,"data.group_by[i]")
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"data.groups")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        error_budget_remaining7d = CkJsonObject::ckIntOf(jResp,"data.groups[i].error_budget_remaining.7d")
        group = CkJsonObject::ckStringOf(jResp,"data.groups[i].group")
        monitor_modified = CkJsonObject::ckIntOf(jResp,"data.groups[i].monitor_modified")
        monitor_type = CkJsonObject::ckStringOf(jResp,"data.groups[i].monitor_type")
        name = CkJsonObject::ckStringOf(jResp,"data.groups[i].name")
        precision = CkJsonObject::ckIntOf(jResp,"data.groups[i].precision")
        preview = CkJsonObject::ckBoolOf(jResp,"data.groups[i].preview")
        sli_value = CkJsonObject::ckStringOf(jResp,"data.groups[i].sli_value")
        span_precision = CkJsonObject::ckIntOf(jResp,"data.groups[i].span_precision")
        uptime = CkJsonObject::ckStringOf(jResp,"data.groups[i].uptime")
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"data.groups[i].errors")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            error_type = CkJsonObject::ckStringOf(jResp,"data.groups[i].errors[j].error_type")
            error_message = CkJsonObject::ckStringOf(jResp,"data.groups[i].errors[j].error_message")
            j = j + 1
        Wend
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"data.groups[i].history")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            k = 0
            count_k = CkJsonObject::ckSizeOfArray(jResp,"data.groups[i].history[j]")
            While k < count_k
                CkJsonObject::setCkK(jResp, k)
                intVal = CkJsonObject::ckIntOf(jResp,"data.groups[i].history[j][k]")
                k = k + 1
            Wend
            j = j + 1
        Wend
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"data.monitors")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        error_budget_remaining7d = CkJsonObject::ckIntOf(jResp,"data.monitors[i].error_budget_remaining.7d")
        group = CkJsonObject::ckStringOf(jResp,"data.monitors[i].group")
        monitor_modified = CkJsonObject::ckIntOf(jResp,"data.monitors[i].monitor_modified")
        monitor_type = CkJsonObject::ckStringOf(jResp,"data.monitors[i].monitor_type")
        name = CkJsonObject::ckStringOf(jResp,"data.monitors[i].name")
        precision = CkJsonObject::ckIntOf(jResp,"data.monitors[i].precision")
        preview = CkJsonObject::ckBoolOf(jResp,"data.monitors[i].preview")
        sli_value = CkJsonObject::ckStringOf(jResp,"data.monitors[i].sli_value")
        span_precision = CkJsonObject::ckIntOf(jResp,"data.monitors[i].span_precision")
        uptime = CkJsonObject::ckStringOf(jResp,"data.monitors[i].uptime")
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"data.monitors[i].errors")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            error_type = CkJsonObject::ckStringOf(jResp,"data.monitors[i].errors[j].error_type")
            error_message = CkJsonObject::ckStringOf(jResp,"data.monitors[i].errors[j].error_message")
            j = j + 1
        Wend
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"data.monitors[i].history")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            k = 0
            count_k = CkJsonObject::ckSizeOfArray(jResp,"data.monitors[i].history[j]")
            While k < count_k
                CkJsonObject::setCkK(jResp, k)
                intVal = CkJsonObject::ckIntOf(jResp,"data.monitors[i].history[j][k]")
                k = k + 1
            Wend
            j = j + 1
        Wend
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"data.overall.errors")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        error_type = CkJsonObject::ckStringOf(jResp,"data.overall.errors[i].error_type")
        error_message = CkJsonObject::ckStringOf(jResp,"data.overall.errors[i].error_message")
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"data.overall.history")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"data.overall.history[i]")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            intVal = CkJsonObject::ckIntOf(jResp,"data.overall.history[i][j]")
            j = j + 1
        Wend
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"data.series.times")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        i = i + 1
    Wend
    i = 0
    count_i = CkJsonObject::ckSizeOfArray(jResp,"errors")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        error = CkJsonObject::ckStringOf(jResp,"errors[i].error")
        i = i + 1
    Wend


    CkHttp::ckDispose(http)
    CkJsonObject::ckDispose(queryParams)
    CkStringBuilder::ckDispose(sbResponseBody)
    CkJsonObject::ckDispose(jResp)


    ProcedureReturn
EndProcedure

Curl Command

curl -G -d "from_ts=-62147425"
	-d "to_ts=-62147425"
	-d "target=49.34019051965387"
	-d "apply_correction=true"
	-H "Accept: application/json"
https://api.app.ddog-gov.com/api/v1/slo/:slo_id/history

Postman Collection Item JSON

{
  "name": "Get an SLO's history",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "api",
        "v1",
        "slo",
        ":slo_id",
        "history"
      ],
      "query": [
        {
          "key": "from_ts",
          "value": "-62147425",
          "description": "(Required) The `from` timestamp for the query window in epoch seconds."
        },
        {
          "key": "to_ts",
          "value": "-62147425",
          "description": "(Required) The `to` timestamp for the query window in epoch seconds."
        },
        {
          "key": "target",
          "value": "49.34019051965387",
          "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
        },
        {
          "key": "apply_correction",
          "value": "true",
          "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
        }
      ],
      "variable": [
        {
          "key": "slo_id",
          "value": "tempor Ut sed velit"
        }
      ]
    },
    "description": "Get a specific SLO’s history, regardless of its SLO type.\n\nThe detailed history data is structured according to the source data type.\nFor example, metric data is included for event SLOs that use\nthe metric source, and monitor SLO types include the monitor transition history.\n\n**Note:** There are different response formats for event based and time based SLOs.\nExamples of both are shown."
  },
  "response": [
    {
      "name": "OK",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "slo",
            ":slo_id",
            "history"
          ],
          "query": [
            {
              "key": "from_ts",
              "value": "-62147425",
              "description": "(Required) The `from` timestamp for the query window in epoch seconds."
            },
            {
              "key": "to_ts",
              "value": "-62147425",
              "description": "(Required) The `to` timestamp for the query window in epoch seconds."
            },
            {
              "key": "target",
              "value": "49.34019051965387",
              "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
            },
            {
              "key": "apply_correction",
              "value": "true",
              "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
            }
          ],
          "variable": [
            {
              "key": "slo_id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"data\": {\n    \"from_ts\": 1615323990,\n    \"group_by\": [\n      \"aliqua pariatur\",\n      \"labor\"\n    ],\n    \"groups\": [\n      {\n        \"error_budget_remaining\": {\n          \"7d\": 100\n        },\n        \"errors\": [\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          },\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          }\n        ],\n        \"group\": \"name\",\n        \"history\": [\n          [\n            1579212382,\n            0\n          ]\n        ],\n        \"monitor_modified\": 1615867200,\n        \"monitor_type\": \"string\",\n        \"name\": \"string\",\n        \"precision\": 2,\n        \"preview\": true,\n        \"sli_value\": 99.99,\n        \"span_precision\": 2,\n        \"uptime\": 99.99\n      },\n      {\n        \"error_budget_remaining\": {\n          \"7d\": 100\n        },\n        \"errors\": [\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          },\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          }\n        ],\n        \"group\": \"name\",\n        \"history\": [\n          [\n            1579212382,\n            0\n          ]\n        ],\n        \"monitor_modified\": 1615867200,\n        \"monitor_type\": \"string\",\n        \"name\": \"string\",\n        \"precision\": 2,\n        \"preview\": true,\n        \"sli_value\": 99.99,\n        \"span_precision\": 2,\n        \"uptime\": 99.99\n      }\n    ],\n    \"monitors\": [\n      {\n        \"error_budget_remaining\": {\n          \"7d\": 100\n        },\n        \"errors\": [\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          },\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          }\n        ],\n        \"group\": \"name\",\n        \"history\": [\n          [\n            1579212382,\n            0\n          ]\n        ],\n        \"monitor_modified\": 1615867200,\n        \"monitor_type\": \"string\",\n        \"name\": \"string\",\n        \"precision\": 2,\n        \"preview\": true,\n        \"sli_value\": 99.99,\n        \"span_precision\": 2,\n        \"uptime\": 99.99\n      },\n      {\n        \"error_budget_remaining\": {\n          \"7d\": 100\n        },\n        \"errors\": [\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          },\n          {\n            \"error_type\": \"\",\n            \"error_message\": \"\"\n          }\n        ],\n        \"group\": \"name\",\n        \"history\": [\n          [\n            1579212382,\n            0\n          ]\n        ],\n        \"monitor_modified\": 1615867200,\n        \"monitor_type\": \"string\",\n        \"name\": \"string\",\n        \"precision\": 2,\n        \"preview\": true,\n        \"sli_value\": 99.99,\n        \"span_precision\": 2,\n        \"uptime\": 99.99\n      }\n    ],\n    \"overall\": {\n      \"error_budget_remaining\": {\n        \"7d\": 100\n      },\n      \"errors\": [\n        {\n          \"error_type\": \"\",\n          \"error_message\": \"\"\n        },\n        {\n          \"error_type\": \"\",\n          \"error_message\": \"\"\n        }\n      ],\n      \"group\": \"name\",\n      \"history\": [\n        [\n          1579212382,\n          0\n        ]\n      ],\n      \"monitor_modified\": 1615867200,\n      \"monitor_type\": \"string\",\n      \"name\": \"string\",\n      \"precision\": {\n        \"30d\": 1,\n        \"7d\": 2\n      },\n      \"preview\": true,\n      \"sli_value\": 99.99,\n      \"span_precision\": 2,\n      \"uptime\": 99.99\n    },\n    \"series\": {\n      \"res_type\": \"\",\n      \"interval\": 0,\n      \"resp_version\": 0,\n      \"query\": \"\",\n      \"times\": [],\n      \"numerator\": {\n        \"count\": 0,\n        \"sum\": 0,\n        \"metadata\": {}\n      },\n      \"denominator\": {\n        \"count\": 0,\n        \"sum\": 0,\n        \"metadata\": {}\n      },\n      \"message\": \"\"\n    },\n    \"thresholds\": {\n      \"my_service\": {\n        \"target\": 95,\n        \"timeframe\": \"7d\"\n      }\n    },\n    \"to_ts\": 1615928790,\n    \"type\": \"metric\",\n    \"type_id\": 0\n  },\n  \"errors\": [\n    {\n      \"error\": \"ullamco pariatur\"\n    },\n    {\n      \"error\": \"aliquip anim do laborum commodo\"\n    }\n  ]\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "slo",
            ":slo_id",
            "history"
          ],
          "query": [
            {
              "key": "from_ts",
              "value": "-62147425",
              "description": "(Required) The `from` timestamp for the query window in epoch seconds."
            },
            {
              "key": "to_ts",
              "value": "-62147425",
              "description": "(Required) The `to` timestamp for the query window in epoch seconds."
            },
            {
              "key": "target",
              "value": "49.34019051965387",
              "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
            },
            {
              "key": "apply_correction",
              "value": "true",
              "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
            }
          ],
          "variable": [
            {
              "key": "slo_id"
            }
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Forbidden",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "slo",
            ":slo_id",
            "history"
          ],
          "query": [
            {
              "key": "from_ts",
              "value": "-62147425",
              "description": "(Required) The `from` timestamp for the query window in epoch seconds."
            },
            {
              "key": "to_ts",
              "value": "-62147425",
              "description": "(Required) The `to` timestamp for the query window in epoch seconds."
            },
            {
              "key": "target",
              "value": "49.34019051965387",
              "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
            },
            {
              "key": "apply_correction",
              "value": "true",
              "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
            }
          ],
          "variable": [
            {
              "key": "slo_id"
            }
          ]
        }
      },
      "status": "Forbidden",
      "code": 403,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Not Found",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "slo",
            ":slo_id",
            "history"
          ],
          "query": [
            {
              "key": "from_ts",
              "value": "-62147425",
              "description": "(Required) The `from` timestamp for the query window in epoch seconds."
            },
            {
              "key": "to_ts",
              "value": "-62147425",
              "description": "(Required) The `to` timestamp for the query window in epoch seconds."
            },
            {
              "key": "target",
              "value": "49.34019051965387",
              "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
            },
            {
              "key": "apply_correction",
              "value": "true",
              "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
            }
          ],
          "variable": [
            {
              "key": "slo_id"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    },
    {
      "name": "Too many requests",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: apikey",
            "key": "DD-API-KEY",
            "value": "<API Key>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/api/v1/slo/:slo_id/history?from_ts=-62147425&to_ts=-62147425&target=49.34019051965387&apply_correction=true",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "api",
            "v1",
            "slo",
            ":slo_id",
            "history"
          ],
          "query": [
            {
              "key": "from_ts",
              "value": "-62147425",
              "description": "(Required) The `from` timestamp for the query window in epoch seconds."
            },
            {
              "key": "to_ts",
              "value": "-62147425",
              "description": "(Required) The `to` timestamp for the query window in epoch seconds."
            },
            {
              "key": "target",
              "value": "49.34019051965387",
              "description": "The SLO target. If `target` is passed in, the response will include the remaining error budget and a timeframe value of `custom`."
            },
            {
              "key": "apply_correction",
              "value": "true",
              "description": "Defaults to `true`. If any SLO corrections are applied and this parameter is set to `false`,\nthen the corrections will not be applied and the SLI values will not be affected."
            }
          ],
          "variable": [
            {
              "key": "slo_id"
            }
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"errors\": [\n    \"Bad Request\",\n    \"Bad Request\"\n  ]\n}"
    }
  ]
}