NSX-T Data Center REST API
List NSProfiles (Removed in 9.0)
List the NSProfiles created in a paginated format.The page size is restrictedto 50 NSProfiles, so that the size of the response remains small even
when there are high number of NSProfiles with multiple attributes and
multiple attribute values for each attribute.
Deprecated: This API is deprecated. Use GET /infra/context-profiles
Request:
Method:
GET
URI Path(s):
/api/v1/ns-profiles
Request Headers:
n/a
Query Parameters:
NSProfileListRequestParameters+
Request Body:
n/a
Example Request:
GET https://<nsx-mgr>/api/v1/ns-profiles ## For specified attribute type GET https://<nsx-mgr>/api/v1/ns-profiles?attribute_type=APP_IDSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NSProfileListResult+