{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Roles API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Get all roles", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/rbac/roles", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve all roles for the current tenant unit." }, { "info": { "name": "Create role", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/settings/rbac/roles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Create a new role." }, { "info": { "name": "Get role by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/settings/rbac/roles/:id", "params": [ { "name": "id", "value": "roleId", "type": "path", "description": "Id of the role for retrieval" }, { "name": "includeTeamUsage", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve a specific role by its ID." }, { "info": { "name": "Update role", "type": "http" }, "http": { "method": "PUT", "url": "https://{unit}-{tenant}.instana.io/api/settings/rbac/roles/:id", "params": [ { "name": "id", "value": "roleId", "type": "path", "description": "Id of the role to update" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update an existing role by ID." }, { "info": { "name": "Delete role", "type": "http" }, "http": { "method": "DELETE", "url": "https://{unit}-{tenant}.instana.io/api/settings/rbac/roles/:id", "params": [ { "name": "id", "value": "roleId", "type": "path", "description": "Id of the role to delete" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Delete a role by ID." } ] } ], "bundled": true }