{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Business Monitoring API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Business Monitoring", "type": "folder" }, "items": [ { "info": { "name": "Get Business Activities", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/activities", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get Business Activities" }, { "info": { "name": "Download Business Activities", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/activities/csv", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Download Business Activities" }, { "info": { "name": "Get all business perspectives", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/business-perspectives", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get all business perspectives" }, { "info": { "name": "Create business perspective", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/business-perspectives", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create business perspective" }, { "info": { "name": "Get business perspective", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/business-perspectives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get business perspective" }, { "info": { "name": "Update business perspective", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/business-perspectives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update business perspective" }, { "info": { "name": "Delete business perspective", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/business-perspectives/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete business perspective" }, { "info": { "name": "Get business tag catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/business-monitoring/catalog", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "useCase", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get business tag catalog" } ] } ], "bundled": true }