{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Session Settings API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Session Settings", "type": "folder" }, "items": [ { "info": { "name": "Get session settings", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/session", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get the tenant unit session settings" }, { "info": { "name": "Configure session settings", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/settings/session", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update individual tenant unit session settings." }, { "info": { "name": "Delete session settings", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/settings/session", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete tenant unit session settings." } ] } ], "bundled": true }