Get Authorization Group
Retrieve an Orchestrator's authorization group.
Request
URI
GET
https://{api_host}/vco/api/authorization-groups
COPY
Path Parameters
string
id
Required
id
Responses
200
The request is successful
Returns
authorization-group
of type(s)
application/json
"authorization-group Object"
array of
object
authorizedEntities
Optional
authorizedEntities
string
description
Optional
description
string
id
Optional
id
string
label
Optional
label
array of
object
protectedResources
Optional
protectedResources
404
Cannot find a group with the specified id.
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/authorization-groups
Authorization Groups Service Operations
GET
Get Authorization Group
POST
Create Authorization Group
PUT
Add Reference To Group
DELETE
Delete Authorization Group