Get List of vApp VSs Start/Stop Order
To get a list of VSs start/stop order during the vApp start/stop, use the following request:
| |
XML Request Example
| |
JSON Request Example
| |
XML Output Example
| |
Where:
vapps_startup_items - the array of startup items
vapps_startup_item - the array of startup item parameters
id - the ID of the startup item
vapp_id - the ID of the vApp
virtual_machine_id - the ID of the virtual server
vm_name - the label of the virtual server that belongs to the vApp
order - the number that indicates the order in which to start and stop the virtual server
Virtual servers with lower numbers are started first and stopped last. You cannot specify negative numbers. Virtual servers with the same numbers are started and stopped at the same time.start_action - the powerOn action to apply to the virtual server when the vApp is started
start_delay - the delay in seconds after starting one virtual server and before starting the next virtual server
stop_action - the action to apply to the virtual server when the vApp is stopped. The available actions include:
- powerOff -to power off the VS forcefully
- guestShutdown - to shut down the VS gracefully
stop_delay - the delay in seconds to wait after stopping one virtual server and before stopping the next virtual server
created_at - the date when the startup item was created in the [YYYY][MM][DD]T[hh][mm][ss] format
updated_at - the date when the startup item was updated in the [YYYY][MM][DD]T[hh][mm][ss] format