Policy > Networking > Network Services > Load Balancing > Load Balancer Profiles > Load Balancer SSL Profiles > Load Balancer Server SSL Profiles

Create or update a LBServerSslProfile

If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, 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.

Request:

Method:
PATCH
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:

PATCH https://<policy-mgr>/policy/api/v1/infra/lb-server-ssl-profiles/myServerSslProfile { "resource_type": "LBServerSslProfile", "cipher_group_label":"HIGH_SECURITY", "session_cache_enabled":true, }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: