NSX-T Data Center REST API
Update http service properties
Update http service properties. To update fields deprecated in this API,checkout API PUT /api/v1/cluster/api-service.
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:
{ "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+