List Tag Owners
You can retrieve a list of tag owners by using the vRealize Orchestrator REST API. Tag owners are users who have created at least one tag.
Procedure
- ♦
Make a
GET
request at the following URL:
GET https://{orchestrator_fqdn}/vco/api/tags
Results
If the
GET
request is successful, you receive the status code 200. The list that you
retrieve contains users who have created at least one tag. Global tags are
listed under the system user name
__GLOBAL__
.