appliance vcenter settings v1 config components applmgmt: shell
Get/Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
shell service provides operations.Representation:
{
"enabled" : true,
"timeout" : 1
}
"enabled" : true,
"timeout" : 1
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| enabled | boolean | Enabled can be set to true or false |
| timeout | long | The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day). |