NSX-T Data Center REST API

List Context Profile supported attribute types

Returns supported attribute type strings for Context Profile.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/context-profiles/attribute-types
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ProfileSupportedAttributeTypesResult+

Example Response:

{ "attribute_types": [ "APP_ID", "DOMAIN_NAME", "URL_CATEGORY", "URL_REPUTATION", "CUSTOM_URL" ] }

Required Permissions:

read

Feature:

policy_context_profile

Additional Errors: