NSX-T Data Center REST API
List all objects assigned with matching scope and tag values
Paginated list of all objects assigned with matching scope and tag values. Objectsare represented in form of resource reference. Sort option is available only on
target_type and target_display_name properties.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/tags/effective-resources
                  
              
            Request Headers:
                n/a
            Query Parameters:
    TaggedObjectsListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/tags/effective-resources?scope=type&tag=appSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyResourceReferenceListResult+