NSX-T Data Center REST API
Create a load balancer server-ssl profile (Deprecated)
Create a load balancer server-ssl profile.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:
              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+