{ "opencollection": "1.0.0", "info": { "name": "Sysdig Monitor Activity Audit Teams API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "List Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/teams" }, "docs": "Retrieve all teams in the Sysdig organization." }, { "info": { "name": "Create Team", "type": "http" }, "http": { "method": "POST", "url": "https://api.us1.sysdig.com/api/v2/teams", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new team." }, { "info": { "name": "Get Team", "type": "http" }, "http": { "method": "GET", "url": "https://api.us1.sysdig.com/api/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Unique identifier of the team" } ] }, "docs": "Retrieve details of a specific team." }, { "info": { "name": "Update Team", "type": "http" }, "http": { "method": "PUT", "url": "https://api.us1.sysdig.com/api/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Unique identifier of the team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing team." }, { "info": { "name": "Delete Team", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.us1.sysdig.com/api/v2/teams/:teamId", "params": [ { "name": "teamId", "value": "", "type": "path", "description": "Unique identifier of the team" } ] }, "docs": "Delete a team." } ] } ], "bundled": true }