v1

latestOpenAPI 3.1.0Apache 2.02026-07-2685126228.9 KB
SLOs

Get an SLO

Get an SLO by ID.

get/1/slos/{datasetSlug}/{sloId}

Query parameters

detailedboolean

Allows SLO reporting data (status, burn_rate, budget_remaining and compliance) to be returned when retrieving a single SLO.

This feature is available as part of the Honeycomb Enterprise plan.

Note: burn_rate is calculated based on the last 4 hours of data.

Response

Success

OR

Example response

{
  "name": "My SLO",
  "description": "SLO to ensure requests succeed and are fast",
  "sli": {
    "alias": "error_sli"
  },
  "time_period_days": 30,
  "target_per_million": 990000,
  "tags": [
    {
      "key": "team",
      "value": "blue"
    }
  ],
  "reset_at": "2022-011-11T09:53:04Z",
  "created_at": "2022-09-22T17:32:11Z",
  "updated_at": "2022-10-31T15:08:11Z",
  "dataset_slugs": [
    "mydataset1",
    "mydataset2"
  ]
}