NSX-T Data Center REST API
Create a load balancer server-ssl profile (Removed in 9.0)
Create a load balancer server-ssl profile.Deprecated:
Use the following Policy API -
PATCH/PUT /policy/api/v1/infra/lb-server-ssl-profiles/<lb-server-ssl-profile-id>
Request:
Method:
POST
URI Path(s):
/api/v1/loadbalancer/server-ssl-profiles
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
LbServerSslProfile+
Example Request:
POST https://<nsx-mgr>/api/v1/loadbalancer/server-ssl-profiles { "resource_type" : "LbServerSslProfile", "display_name" : "server-ssl-profile1", "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:
LbServerSslProfile+