NSX-T Data Center REST API

Create a load balancer client-ssl profile (Removed in 9.0)

Create a load balancer client-ssl profile.
Deprecated:
Use the following Policy API -
PATCH/PUT /policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id>

Request:

Method:
POST
URI Path(s):
/api/v1/loadbalancer/client-ssl-profiles
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LbClientSslProfile+

Example Request:

POST https://<nsx-mgr>/api/v1/loadbalancer/client-ssl-profiles { "resource_type" : "LbClientSslProfile", "display_name" : "client-ssl-profile1", "prefer_server_ciphers" : false, "ciphers" : [ "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" ], "protocols" : [ "TLS_V1_2" ] }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
LbClientSslProfile+

Required Permissions:

crud

Feature:

lb_ssl_profiles

Additional Errors: