NSX-T Data Center REST API
Create or update a LBServerSslProfile (Deprecated)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not alreadypresent, create a new LBServerSslProfile. If it already exists, update the
LBServerSslProfile. 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-server-ssl-profiles/<lb-server-ssl-profile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LBServerSslProfile+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/lb-server-ssl-profiles/testServerSslProfile { "resource_type": "LBServerSslProfile", "cipher_group_label":"HIGH_SECURITY", "session_cache_enabled":true, "ciphers":[ "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" ], "protocols":[ "TLS_V1_2" ] }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
LBServerSslProfile+