appliance access ssh: set
Set enabled state of the SSH-based controlled CLI.
Request:
HTTP request
PUT https://{server}/rest/appliance/access/ssh
Request Body Structure:
{
"enabled": true
}
"enabled": true
}
<?xml version="1.0" ?>
<ns0:Set-Input xmlns:ns0="http://vmware.com/appliance/access/ssh" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled>true</enabled>
</ns0:Set-Input>
<ns0:Set-Input xmlns:ns0="http://vmware.com/appliance/access/ssh" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<enabled>true</enabled>
</ns0:Set-Input>
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
enabled | boolean | SSH-based controlled CLI is enabled. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |