Adding Content to Groups
After creating a new authorization group, you can begin adding content to it.
You can add content to groups by performing a PUT
request to the
https://{orchestrator_fqdn}/vco/api/authorization-groups/{group_Id}/{object_Type}/{object_Id}
endpoint.
Parameter Name | Parameter Value |
{group_Id} | The ID of the group that you have created. For this scenario, the
sample group ID is 3 . |
{object_Type} | The type of object you want to add to the group. For workflows, the
value of this part of the request is Workflow . |
{object_Id} | The ID of the object you want to add to the group. |
The current scenario uses sample values taken from standard objects in the vRealize Orchestrator object library. For your use cases, you must change these to the values of the objects you want to add to the group.
Procedure
Results
You have added one or more objects to your group. You can remove objects from the
group by performing a DELETE
request at the
https://{orchestrator_fqdn}/vco/api/authorization-groups/{group_Id}/{object_Type}/{object_Id}.