List Tags by Users
You can use the vRealize Orchestrator REST API to retrieve a list of tags created by a specific user.
You can also retrieve global
tags. Global tags are listed under the system user name
__GLOBAL__
.
Procedure
- ♦
Make a
GET
request at the URL of the user.
- To retrieve a list of the tags created by a
specific user, make a GET request by using the following syntax:
GET https://{orchestrator_fqdn}/vco/api/tags/{user_name}
- To retrieve a list of global tags, make a
GET
request by using the following syntax:
GET https://{orchestrator_fqdn}/vco/api/tags/__GLOBAL__
- To retrieve a list of the tags created by a
specific user, make a GET request by using the following syntax:
Results
If the GET request is successful, you receive the status code 200.