NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Read http service propertiesRead http service properties. To read fields deprecated in this API, checkout API GET /api/v1/cluster/api-service. |
GET /api/v1/node/services/http
|
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/node/services/http?action=apply_certificate
(Deprecated)
|
Stop the http service |
POST /api/v1/node/services/http?action=stop
|
Start the http service |
POST /api/v1/node/services/http?action=start
|
Restart the http service |
POST /api/v1/node/services/http?action=restart
|
Update http service propertiesUpdate http service properties. To update fields deprecated in this API, checkout API PUT /api/v1/cluster/api-service. |
PUT /api/v1/node/services/http
|
Read http service status |
GET /api/v1/node/services/http/status
|