{ "opencollection": "1.0.0", "info": { "name": "Local Management APIs activations teams API", "version": "v1" }, "items": [ { "info": { "name": "teams", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a list of teams", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams", "headers": [ { "name": "ProjectUid", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "Set of fields to be presented in the response with values. The fields are comma separated. Eg: metadata.uid,metadata.name" }, { "name": "filters", "value": "", "type": "query", "description": "Filters can be combined with AND, OR operators with field path name. Eg: metadata.name=TestServiceANDspec.cloudType=aws\n\nServer will be restricted to certain fields based on the indexed data for each resource." }, { "name": "orderBy", "value": "", "type": "query", "description": "Specify the fields with sort order. 1 indicates ascending and -1 for descending. Eg: orderBy=metadata.name=1,metadata.uid=-1" }, { "name": "limit", "value": "", "type": "query", "description": "limit is a maximum number of responses to return for a list call. Default and maximum value of the limit is 50.\nIf more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results." }, { "name": "offset", "value": "", "type": "query", "description": "offset is the next index number from which the response will start. The response offset value can be used along with continue token for the pagination." }, { "name": "continue", "value": "", "type": "query", "description": "continue token to paginate the subsequent data items" } ] }, "docs": "Retrieves a list of teams" }, { "info": { "name": "Creates a team with the specified users and roles", "type": "http" }, "http": { "method": "POST", "url": "https://edge-host-ip:5080/v1/teams", "headers": [ { "name": "ProjectUid", "value": "" } ] }, "docs": "Creates a team with the specified users and roles" }, { "info": { "name": "Retrieves a list of team summary", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams/summary", "params": [ { "name": "fields", "value": "", "type": "query", "description": "Set of fields to be presented in the response with values. The fields are comma separated. Eg: metadata.uid,metadata.name" }, { "name": "filters", "value": "", "type": "query", "description": "Filters can be combined with AND, OR operators with field path name. Eg: metadata.name=TestServiceANDspec.cloudType=aws\n\nServer will be restricted to certain fields based on the indexed data for each resource." }, { "name": "orderBy", "value": "", "type": "query", "description": "Specify the fields with sort order. 1 indicates ascending and -1 for descending. Eg: orderBy=metadata.name=1,metadata.uid=-1" }, { "name": "limit", "value": "", "type": "query", "description": "limit is a maximum number of responses to return for a list call. Default and maximum value of the limit is 50.\nIf more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results." }, { "name": "offset", "value": "", "type": "query", "description": "offset is the next index number from which the response will start. The response offset value can be used along with continue token for the pagination." }, { "name": "continue", "value": "", "type": "query", "description": "continue token to paginate the subsequent data items" } ] }, "docs": "Deprecated, Use Post api - Returns a list of team summaries" }, { "info": { "name": "Retrieves a list of teams summary with provided filter spec", "type": "http" }, "http": { "method": "POST", "url": "https://edge-host-ip:5080/v1/teams/summary" }, "docs": "Retrieves a list of teams summary with provided filter spec" }, { "info": { "name": "Returns the sepcified team", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Returns the sepcified team" }, { "info": { "name": "Updates the sepcified team", "type": "http" }, "http": { "method": "PUT", "url": "https://edge-host-ip:5080/v1/teams/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Updates the sepcified team" }, { "info": { "name": "Patches the specified team", "type": "http" }, "http": { "method": "PATCH", "url": "https://edge-host-ip:5080/v1/teams/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Patches the specified team" }, { "info": { "name": "Deletes the specified team", "type": "http" }, "http": { "method": "DELETE", "url": "https://edge-host-ip:5080/v1/teams/:uid", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Deletes the specified team" }, { "info": { "name": "Returns the specified team's project and roles data", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams/:uid/projects", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Returns the specified team's project and roles data" }, { "info": { "name": "Updates the projects and roles for the specified team", "type": "http" }, "http": { "method": "PUT", "url": "https://edge-host-ip:5080/v1/teams/:uid/projects", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Updates the projects and roles for the specified team" }, { "info": { "name": "Returns the specified individual and resource roles for a team", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams/:uid/resourceRoles", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Returns resource roles for team" }, { "info": { "name": "Add resource roles for team", "type": "http" }, "http": { "method": "POST", "url": "https://edge-host-ip:5080/v1/teams/:uid/resourceRoles", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Resource roles added to specific team" }, { "info": { "name": "Updates the resource roles for team", "type": "http" }, "http": { "method": "PATCH", "url": "https://edge-host-ip:5080/v1/teams/:uid/resourceRoles/:resourceRoleUid", "params": [ { "name": "uid", "value": "", "type": "path" }, { "name": "resourceRoleUid", "value": "", "type": "path" } ] }, "docs": "Specific resource roles fo team is updated" }, { "info": { "name": "Deleted the resource roles from team", "type": "http" }, "http": { "method": "DELETE", "url": "https://edge-host-ip:5080/v1/teams/:uid/resourceRoles/:resourceRoleUid", "params": [ { "name": "uid", "value": "", "type": "path" }, { "name": "resourceRoleUid", "value": "", "type": "path" } ] }, "docs": "Deleted the resource roles from team" }, { "info": { "name": "Returns the specified team's tenant roles", "type": "http" }, "http": { "method": "GET", "url": "https://edge-host-ip:5080/v1/teams/:uid/roles", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Returns the specified team's tenant roles" }, { "info": { "name": "Updates the tenant roles of the specified team", "type": "http" }, "http": { "method": "PUT", "url": "https://edge-host-ip:5080/v1/teams/:uid/roles", "params": [ { "name": "uid", "value": "", "type": "path" } ] }, "docs": "Updates the tenant roles of the specified team" } ] } ], "bundled": true }