NSX-T Data Center REST API
Update http service properties (Deprecated)
This API is deprecated. Make changes to the http serviceconfiguration by calling the PUT /api/v1/cluster/api-service API.
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/cluster/<cluster-node-id>/node/services/http
                  
/api/v1/node/services/http
              
            /api/v1/node/services/http
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    NodeHttpServiceProperties+
  Example Request:
PUT https://<nsx-mgr>/api/v1/node/services/http { "service_name": "http", "service_properties": { "logging_level": "INFO", "certificate": { "pem_encoded": "-BEGIN CERTIFICATE-Successful Response:
Response Code:
                202 Accepted
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    NodeHttpServiceProperties+
  