List Tagged Objects by Type
You can use the vRealize Orchestrator REST API to retrieve a list of objects tagged with a specific tag and filter them by object type.
Procedure
- ♦
Make a
GET
request at the URL of the object type:
GET https://{orchestrator_fqdn}/vco/api/catalog/{namespace}/{objectType}/?tags=tag1&tags=:tag2=value
Results
If the GET request is successful, you receive the status code 200.