appliance techpreview shutdown: shutdown get config

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

Representations:

{
    "action""string",
    "reason""string",
    "shutdown_time""string"
}
<?xml version="1.0" ?>
<ns0:ShutdownGetConfig xmlns:ns0="http://vmware.com/appliance/techpreview/shutdown" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <shutdown_time>string</shutdown_time>
  <reason>string</reason>
  <action>string</action>
</ns0:ShutdownGetConfig>

Attributes:

Name Type Description
Required
shutdown_time string (UTC) time of shutdown represented in "YYYY-MM-DD HH:MM:SS" format.

action string Contains a string that describes the pending shutdown operation. The string values for pending operations can be 'poweroff', 'reboot' or ''

reason string This will contain string explaining the reason behind the shutdown action