NSX-T Data Center REST API
Install and update portal certificate in ALB Controller.
Use this API to install and update portal certificate in ALB Controller.Request:
Method:
              POST
            URI Path(s):
              
                /policy/api/v1/alb/controller-nodes/certificate/install
                
              
            Request Headers:
                n/a
            Query Parameters:
    ALBControllerCertificateParameters+
  Request Body:
    ALBControllerCertificate+
  Example Request:
POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/certificate/install { "name": "System-Portal-Cert-14:58:30", "cert": "-----BEGIN CERTIFICATE -------- END CERTIFICATE-----", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }Successful Response:
Response Code:
                201 Created
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBControllerCertificate+