NSX-T Data Center REST API
Stop the http service
Request:
Method:
POST
URI Path(s):
/api/v1/node/services/http?action=stop
/api/v1/cluster/<cluster-node-id>/node/services/http?action=stop
/api/v1/cluster/<cluster-node-id>/node/services/http?action=stop
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/node/services/http?action=stopSuccessful Response:
Response Code:
202 Accepted
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
Feature:
system_administration Description:
Stop the http service. NSX API requests will no longer be
serviced. To restart the http service again, invoke the NSX
CLI command <code>start service http</code>.