NSX-T Data Center REST API
List Policy Context Profile supported attributes and sub-attributes
Returns supported attribute and sub-attributes for specifiedattribute key with their supported values, if provided in query/request
parameter, else will fetch all supported attributes and sub-attributes for
all supported attribute keys.
Alternatively, to get a list of supported attributes and sub-attributes fire the following REST API
GET https://<policy-mgr>/policy/api/v1/infra/context-profiles/attributes
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/context-profiles/attributes
                  
/policy/api/v1/global-infra/context-profiles/attributes
              
            /policy/api/v1/global-infra/context-profiles/attributes
Request Headers:
                n/a
            Query Parameters:
    ProfileSupportedAttributesListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/context-profiles/attributesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    PolicyContextProfileListResult+
  