v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Service Level Objectives

Create a new SLO report

Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download.

Check the status of the job and download the CSV report using the returned report_id.

post/api/v2/slo/report

Request body

Example request

{
  "data": {
    "attributes": {
      "from_ts": 1690901870,
      "interval": "weekly",
      "query": "slo_type:metric",
      "timezone": "America/New_York",
      "to_ts": 1706803070
    }
  }
}

Response

OK

Example response

{
  "data": {
    "id": "dc8d92aa-e0af-11ee-af21-1feeaccaa3a3",
    "type": "report_id"
  }
}