NSX-T Data Center REST API

List NSProfile supported attribute types (Deprecated)

Returns supported attribute type strings for NSProfile.
Deprecated: This API is deprecated. A policy equivalent of this api will be available in later release - 4.2.1(expected). The following are the possible attribute types for 4.2.0 APP_ID DOMAIN_NAME URL_CATEGORY URL_REPUTATION CUSTOM_URL

Request:

Method:
GET
URI Path(s):
/api/v1/ns-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:
NSSupportedAttributeTypesResult+

Example Response:

{ "attribute_types": [ "APP_ID", "DOMAIN_NAME" ] }

Required Permissions:

read

Feature:

groups_groups

Additional Errors: