System Administration > Configuration > NSX Managers > Nodes > Services > Nsx-Config Service

Restart, start or stop the NsxConfig service

Request:

Method:
POST
URI Path(s):
/api/v1/node/services/nsx-config?action=restart|start|stop
/api/v1/transport-nodes/<transport-node-id>/node/services/nsx-config?action=restart|start|stop
/api/v1/cluster/<cluster-node-id>/node/services/nsx-config?action=restart|start|stop
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

POST https://<nsx-mgr>/api/v1/node/services/nsx-config?action=start

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
NodeServiceStatusProperties+

Example Response:

{ "_schema": "NodeServiceStatusProperties", "_self": "/node/services/nsx-config", "pids": [ 15930 ], "runtime_state": "running", "health": "good" }

Required Permissions:

crud

Feature:

system_administration

Additional Errors: