{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Service Levels Objective(SLO) Configurations API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Service Levels Objective(SLO) Configurations", "type": "folder" }, "items": [ { "info": { "name": "Get All SLO Configs", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "orderBy", "value": "", "type": "query" }, { "name": "orderDirection", "value": "", "type": "query" }, { "name": "query", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "entityType", "value": "", "type": "query" }, { "name": "blueprint", "value": "", "type": "query" }, { "name": "sloIds", "value": "", "type": "query" }, { "name": "sloStatus", "value": "", "type": "query" }, { "name": "entityIds", "value": "", "type": "query" }, { "name": "grouped", "value": "", "type": "query" }, { "name": "refresh", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get All SLO Configs" }, { "info": { "name": "Create a new SLO Config", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create a new SLO Config" }, { "info": { "name": "Get All SLO Config tags", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo/tags", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "entityType", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get All SLO Config tags" }, { "info": { "name": "Get an existing SLO Config", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "refresh", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get an existing SLO Config" }, { "info": { "name": "Update an existing SLO Config", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update an existing SLO Config" }, { "info": { "name": "Delete an existing SLO Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/settings/slo/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete an existing SLO Config" } ] } ], "bundled": true }