{ "opencollection": "1.0.0", "info": { "name": "Honeycomb Auth Burn Alerts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Honeycomb-Team", "value": "{{X-Honeycomb-Team}}", "placement": "header" } }, "items": [ { "info": { "name": "Burn Alerts", "type": "folder" }, "items": [ { "info": { "name": "List all burn alerts", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/burn_alerts/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." } ] }, "docs": "Returns a list of all burn alerts for the specified dataset." }, { "info": { "name": "Create a burn alert", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeycomb.io/1/burn_alerts/:datasetSlug", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new burn alert that notifies when issues impact your SLO budget." }, { "info": { "name": "Get a burn alert", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeycomb.io/1/burn_alerts/:datasetSlug/:burnAlertId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "burnAlertId", "value": "", "type": "path", "description": "The unique identifier for the burn alert." } ] }, "docs": "Returns a single burn alert by its ID." }, { "info": { "name": "Update a burn alert", "type": "http" }, "http": { "method": "PUT", "url": "https://api.honeycomb.io/1/burn_alerts/:datasetSlug/:burnAlertId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "burnAlertId", "value": "", "type": "path", "description": "The unique identifier for the burn alert." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a burn alert's configuration or notification recipients." }, { "info": { "name": "Delete a burn alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.honeycomb.io/1/burn_alerts/:datasetSlug/:burnAlertId", "params": [ { "name": "datasetSlug", "value": "", "type": "path", "description": "The slug identifier for the dataset. Dataset names are case insensitive." }, { "name": "burnAlertId", "value": "", "type": "path", "description": "The unique identifier for the burn alert." } ] }, "docs": "Deletes a burn alert." } ] } ], "bundled": true }