{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Audit Log API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Audit Log", "type": "folder" }, "items": [ { "info": { "name": "Access log", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/accesslog", "params": [ { "name": "offset", "value": "0", "type": "query", "description": "The offset within the result set" }, { "name": "query", "value": "username@example", "type": "query", "description": "The query to filter the results" }, { "name": "pageSize", "value": "10", "type": "query", "description": "The size of returned page" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve all access logs using defined query." }, { "info": { "name": "Audit log", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/auditlog", "params": [ { "name": "offset", "value": "0", "type": "query", "description": "The offset within the result set" }, { "name": "query", "value": "username@example.com", "type": "query", "description": "The query to filter the results" }, { "name": "pageSize", "value": "10", "type": "query", "description": "The size of returned page" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve all audit logs using defined query." } ] } ], "bundled": true }