System Administration >
Configuration
>
NSX Managers
>
Nodes
>
Services
>
Nsx-Config Service
Associated URIs:
API Description
API Path
Read NsxConfig service properties
GET /api/v1/node/services/nsx-config
GET /api/v1/transport-nodes/<transport-node-id>/node/services/nsx-config
GET /api/v1/cluster/<cluster-node-id>/node/services/nsx-config
Restart, start or stop the NsxConfig service
POST /api/v1/node/services/nsx-config?action=restart|start|stop
POST /api/v1/transport-nodes/<transport-node-id>/node/services/nsx-config?action=restart|start|stop
POST /api/v1/cluster/<cluster-node-id>/node/services/nsx-config?action=restart|start|stop
Read NsxConfig service status
GET /api/v1/node/services/nsx-config/status
GET /api/v1/transport-nodes/<transport-node-id>/node/services/nsx-config/status
GET /api/v1/cluster/<cluster-node-id>/node/services/nsx-config/status
Read Postgres service properties
GET /api/v1/node/services/postgres
GET /api/v1/transport-nodes/<transport-node-id>/node/services/postgres
GET /api/v1/cluster/<cluster-node-id>/node/services/postgres
Restart, start or stop the Postgres service
POST /api/v1/node/services/postgres?action=restart|start|stop
POST /api/v1/transport-nodes/<transport-node-id>/node/services/postgres?action=restart|start|stop
POST /api/v1/cluster/<cluster-node-id>/node/services/postgres?action=restart|start|stop
Read Postgres service status
GET /api/v1/node/services/postgres/status
GET /api/v1/transport-nodes/<transport-node-id>/node/services/postgres/status
GET /api/v1/cluster/<cluster-node-id>/node/services/postgres/status