NSX-T Data Center REST API

Read NSProfile (Deprecated)

Returns information about the specified NSProfile.
Deprecated: This API is deprecated. Use GET /infra/context-profiles/

Request:

Method:
GET
URI Path(s):
/api/v1/ns-profiles/{ns-profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

ns-profiles/ed5d47fc-3d90-461d-bc78-9be38cf2d1b9

Successful Response:

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

Example Response:

{ "resource_type": "NSProfile", "description": "Test NS Profile", "id": "56f40812-d617-4053-a07b-c91be36f1e15", "display_name": "MixedProfile", "nsprofile_attribute": [ { "attributes_data": { "datatype": "STRING", "value": [ "SSL" ], "key": "APP_ID" }, "sub_attributes": [ { "datatype": "STRING", "value": [ "SSL_V3", " TLS_V10" ], "key": "TLS_VERSION" }, { "datatype": "STRING", "value": [ "TLS_RSA_EXPORT_WITH_RC4_40_MD5 ", " TLS_RSA_WITH_IDEA_CBC_SHA" ], "key": "TLS_CIPHER_SUITE" } ] }, { "attributes_data": { "datatype": "STRING", "value": [ "*.skype.com" ], "key": "DOMAIN_NAME" } } ], "_create_user": "admin", "_create_time": 1537532908456, "_last_modified_user": "admin", "_last_modified_time": 1537532908456, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

read

Feature:

groups_groups

Additional Errors: