NSX-T Data Center REST API
List NSProfile supported attribute and sub-attributes
Returns supported attribute and sub-attributes for specifiedattribute type with their supported values, if provided in query/request
parameter, else will fetch all supported attribute and sub-attributes for
all supported attribute types.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/ns-profiles/attributes
                  
              
            Request Headers:
                n/a
            Query Parameters:
    NSSupportedAttributesListRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/ns-profiles/attributes GET https://<nsx-mgr>/api/v1/ns-profiles /attributes?attribute_type=APP_IDSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NSSupportedAttributesListResult+
  