Appliance Shutdown ShutdownConfig
Appliance Shutdown ShutdownConfig
Appliance Shutdown ShutdownConfig schema Structure that defines shutdown configuration returned by the Shutdown.get operation
This schema was added in vSphere API 6.7.
JSON Example
{
"shutdown_time": "string",
"action": "string",
"reason": "string"
}
string As date-time
As date-time
shutdown_time
Optional
Shutdown time.
This property was added in vSphere API 6.7.
shutdownTime Optional value of pending shutdown time
string
action
Required
The pending shutdown operation. The string values for pending operations can be 'poweroff', 'reboot' or ''.
This property was added in vSphere API 6.7.
string
reason
Required
The reason behind the shutdown action
This property was added in vSphere API 6.7.