{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation SLO Correction Configurations API", "version": "1.307.1417" }, "items": [ { "info": { "name": "SLO Correction Configurations", "type": "folder" }, "items": [ { "info": { "name": "Get All SLO Correction Window Configs", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/correction", "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": "id", "value": "", "type": "query" }, { "name": "sloId", "value": "", "type": "query" }, { "name": "refresh", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get All SLO Correction Window Configs" }, { "info": { "name": "Create a new SLO Correction Window Config", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/settings/correction", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create a new SLO Correction Window Config" }, { "info": { "name": "Get an existing SLO Correction Window Config", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/correction/: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 Correction Window Config" }, { "info": { "name": "Update an existing SLO Correction Window Config", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/settings/correction/: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 Correction Window Config" }, { "info": { "name": "Delete an existing SLO Correction Window Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/settings/correction/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete an existing SLO Correction Window Configuration" } ] } ], "bundled": true }