Server Actions

This schema file defines actions that can be performed on a cloud server. All cloud server actions are derived from the Action type.

Performs a HARD or SOFT reboot.

Rebuilds a server.

Resizes a server.

Confirms a resize action.

Reverts a resize action.

This is the base type for all server actions. It is simply a marker abstract type used to differentiate an Action element from other elements.

The type of reboot to perform.

The id of an image to use for the rebuild.

The id of the flavor to convert to.

A HARD reboot is equivalent to power cycling the server. The operating system is not allowed to gracefully shutdown.

With a SOFT reboot, the operating system is signaled to restart. This allows for a graceful shutdown of all processes.