ShutdownShutdownConfig

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


Properties

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


string as date-time
shutdown_time Optional

Shutdown time. shutdownTime Optional value of pending shutdown time

JSON Example

{
	"action": "string",
	"reason": "string"
}
Returned By

Get Shutdown

Feedback

Was this page helpful?