NSX-T Data Center REST API
List Policy Context Profile supported attributes and sub-attributes
Returns supported attributes and sub-attributes along with their allowedvalues. When an attribute_key query parameter is supplied, only the
matching attribute and its sub-attributes are returned. When omitted,
all supported attribute keys and their corresponding values are returned.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/infra/context-profiles/attributes
/policy/api/v1/global-infra/context-profiles/attributes
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/context-profiles/attributes
/policy/api/v1/global-infra/context-profiles/attributes
/policy/api/v1/orgs/{org-id}/projects/{project-id}/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+