NSX-T Data Center REST API
Create or update a LBClientSslProfile (Deprecated)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not alreadypresent, create a new LBClientSslProfile. If it already exists, update the
LBClientSslProfile. This is a full replace.
This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T. 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:
PUT
URI Path(s):
/policy/api/v1/infra/lb-client-ssl-profiles/<lb-client-ssl-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LBClientSslProfile+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/lb-client-ssl-profiles/testClientSslProfile { "resource_type": "LBClientSslProfile", "cipher_group_label":"BALANCED", "session_cache_enabled":false }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LBClientSslProfile+