NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Read SHA service propertiesReturns System Health Agent(SHA) service properties |
GET /api/v1/cluster/{cluster-node-id}/node/services/sha
GET /api/v1/node/services/sha |
Restart, start or stop the SHA serviceTriggers start, stop or restart actions for System Health Agent(SHA) service |
POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=restart
POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=start POST /api/v1/cluster/{cluster-node-id}/node/services/sha?action=stop POST /api/v1/node/services/sha?action=restart POST /api/v1/node/services/sha?action=start POST /api/v1/node/services/sha?action=stop |
Read SHA service statusReturns System Health Agent(SHA) service status |
GET /api/v1/cluster/{cluster-node-id}/node/services/sha/status
GET /api/v1/node/services/sha/status |