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