Shutdown_ShutdownConfig

Shutdown_ShutdownConfig
Shutdown_ShutdownConfig

Shutdown.ShutdownConfig structure Structure that defines shutdown configuration returned by the Shutdown.get operation

JSON Example
{
    "shutdown_time": "string",
    "action": "string",
    "reason": "string"
}
string As date-time
shutdown_time
Optional

Shutdown time. 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 ''.

string
reason
Required

The reason behind the shutdown action

Returned By