NSX-T Data Center REST API
Start the http service
Request:
Method:
POST
URI Path(s):
/api/v1/cluster/{cluster-node-id}/node/services/http?action=start
/api/v1/node/services/http?action=start
/api/v1/node/services/http?action=start
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Example Request:
POST https://<nsx-mgr>/api/v1/node/services/http?action=startSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeServiceStatusProperties+
Example Response:
{ "_schema": "NodeServiceStatusProperties", "_self": { "href": "/node/services/http", "rel": "self" }, "pids": [ 4786 ], "runtime_state": "running" }Required Permissions:
Feature:
system_administration Description:
Start the http service.