Management Plane API >
Grouping Objects
>
NS Profiles
List NSProfile supported attribute types
Returns supported attribute type strings for NSProfile.
Request:
Method:
GET
URI Path(s):
/api/v1/ns-profiles/attribute-types
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/ns-profiles/attribute-types
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NSSupportedAttributeTypesResult
+
NSSupportedAttributeTypesResult
(
schema
)
Name
Description
Type
Notes
attribute_types
List of NSSupportedAttributes types
array of string
Readonly
Example Response:
{ "attribute_types": [ "APP_ID", "DOMAIN_NAME" ] }
Required Permissions:
read
Feature:
groups_groups
Additional Errors:
404 Not Found
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
500 Internal Server Error
503 Service Unavailable