NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
Read ssh service properties |
GET /api/v1/node/services/ssh
|
Restart, start or stop the ssh service |
POST /api/v1/node/services/ssh?action=start
POST /api/v1/node/services/ssh?action=stop POST /api/v1/node/services/ssh?action=restart |
Remove a host's fingerprint from known hosts file |
POST /api/v1/node/services/ssh?action=remove_host_fingerprint
|
Update ssh service propertiesUpdate ssh service properties. If the start_on_boot property is updated to true, existing ssh sessions if any are stopped and the ssh service is restarted. |
PUT /api/v1/node/services/ssh
|
Restart, start or stop the ssh service |
POST /api/v1/node/services/ssh/notify_mpa?action=start
POST /api/v1/node/services/ssh/notify_mpa?action=stop POST /api/v1/node/services/ssh/notify_mpa?action=restart |
Read ssh service status |
GET /api/v1/node/services/ssh/status
|