NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Read service properties | GET /api/v1/cluster/<cluster-node-id>/node/services/policy GET /api/v1/node/services/policy | 
| Restart, start or stop the service | POST /api/v1/node/services/policy?action=start|stop|restart POST /api/v1/cluster/<cluster-node-id>/node/services/policy?action=start|stop|restart | 
| Reset the logging levels to default values | POST /api/v1/cluster/<cluster-node-id>/node/services/policy?action=reset-manager-logging-levels POST /api/v1/node/services/policy?action=reset-manager-logging-levels | 
| Update service properties | PUT /api/v1/cluster/<cluster-node-id>/node/services/policy PUT /api/v1/node/services/policy | 
| Read service status | GET /api/v1/node/services/policy/status GET /api/v1/cluster/<cluster-node-id>/node/services/policy/status | 
