NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Read http service propertiesThis API is deprecated. Read the configuration of the http service by calling the GET /api/v1/cluster/api-service API. |
GET /api/v1/cluster/<cluster-node-id>/node/services/http
(Deprecated)
GET /api/v1/node/services/http (Deprecated) |
Update http service certificateApplies a security certificate to the http service. In the POST request, the CERTIFICATE_ID references a certificate created with the /api/v1/trust-management APIs. If the certificate used is a CA signed certificate,the request fails if the whole chain(leaf, intermediate, root) is not imported. |
POST /api/v1/cluster/<cluster-node-id>/node/services/http?action=apply_certificate
POST /api/v1/node/services/http?action=apply_certificate |
Stop the http service |
POST /api/v1/node/services/http?action=stop
POST /api/v1/cluster/<cluster-node-id>/node/services/http?action=stop |
Start the http service |
POST /api/v1/node/services/http?action=start
POST /api/v1/cluster/<cluster-node-id>/node/services/http?action=start |
Restart the http service |
POST /api/v1/cluster/<cluster-node-id>/node/services/http?action=restart
POST /api/v1/node/services/http?action=restart |
Update http service propertiesThis API is deprecated. Make changes to the http service configuration by calling the PUT /api/v1/cluster/api-service API. |
PUT /api/v1/cluster/<cluster-node-id>/node/services/http
(Deprecated)
PUT /api/v1/node/services/http (Deprecated) |
Read http service status |
GET /api/v1/node/services/http/status
GET /api/v1/cluster/<cluster-node-id>/node/services/http/status |