NSX-T Data Center REST API
Create or update a LBClientSslProfile
If a LBClientSslProfile with the vpc-lb-client-ssl-profile-id is not alreadypresent, create a new LBClientSslProfile. If it already exists, update the
LBClientSslProfile. This is a full replace.
NSX Load Balancer availability in terms of use-cases and editions is
specified in NSX Feature and Edition Guide. Please review before consuming
those APIs.
This API is only available when using VMware NSX.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/vpc-lb-client-ssl-profiles/{vpc-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/orgs/org-1/projects/project-1/vpcs/vpc-1/vpc-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+