NSX-T Data Center REST API
Create a load balancer client-ssl profile (Deprecated)
Create a load balancer client-ssl profile.Deprecated:
NSX-T Load Balancer is deprecated.
Please take advantage of NSX Advanced Load Balancer.
Refer to Policy > Networking > Network Services > Advanced Load Balancing section of the API guide.
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:
{ "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+