System Administration > Configuration > NSX Managers > Nodes > Services > Http Service

Start the http service

Request:

Method:
POST
URI Path(s):
/api/v1/node/services/http?action=start
/api/v1/transport-nodes/<transport-node-id>/node/services/http?action=start
/api/v1/cluster/<cluster-node-id>/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=start

Successful 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" }, "monitor_pid": 4782, "monitor_runtime_state": "running", "pids": [ 4786 ], "runtime_state": "running" }

Required Permissions:

crud

Feature:

system_administration Description:
Start the http service.

Additional Errors: