{ "opencollection": "1.0.0", "info": { "name": "Gremlin agents teams API", "version": "1.0" }, "items": [ { "info": { "name": "teams", "type": "folder" }, "items": [ { "info": { "name": "getProfile", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/:teamId/profile", "params": [ { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "putProfile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gremlin.com/v1/teams/:teamId/profile", "params": [ { "name": "teamId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "getProfilePrompt", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/:teamId/profile/prompt", "params": [ { "name": "teamId", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Generates a kubernetes installation manifest for passing to kubectl", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/kubernetes/install", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`TEAM_SECURITY_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Idempotently updates an existing team.", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gremlin.com/v1/teams/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Requires the privilege [`TEAMS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Idempotently deletes an existing team.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.gremlin.com/v1/teams/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`COMPANIES_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Generates a config.yaml file with populated values for authenticating the client", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/client/install", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`TEAM_SECURITY_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Generates a teams-specific values file to be passed to a helm install command", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/helm/install", "params": [ { "name": "teamId", "value": "", "type": "query", "description": "Required when using company session token." } ] }, "docs": "Requires the privilege [`TEAM_SECURITY_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Gets all Teams associated with the current Company.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams" }, "docs": "Requires the privilege [`TEAMS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "getByIdOrName", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/:teamIdOrName", "params": [ { "name": "teamIdOrName", "value": "", "type": "path" } ] }, "docs": "Requires the privilege [`TEAMS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" }, { "info": { "name": "Gets paged response for teams associated with the current Company. Default page size is 20", "type": "http" }, "http": { "method": "GET", "url": "https://api.gremlin.com/v1/teams/paged", "params": [ { "name": "pageSize", "value": "20", "type": "query", "description": "This value determines how many results will be returned per call." }, { "name": "pageToken", "value": "None (returns first page)", "type": "query", "description": "Token corresponding to the last page of teams retrieved. Pass the pageToken to get the next page of teams" } ] }, "docs": "Requires the privilege [`TEAMS_READ`](https://www.gremlin.com/docs/user-management/access-control/#privileges)" } ] } ], "bundled": true }