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.

Types related to servers.

Performs a HARD or SOFT reboot.

Rebuilds a server.

Resizes a server.

Confirms a resize action.

Reverts a resize action.

Changes a server's password.

The action creates a new image for the server.

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.

A collection of meta data items associated with the server. If not specified the original server metadata will be kept.

A collection of small files used to personalize a new server instance. Exisiting server personality files are deleted by the rebuild process.

The name of the server. If not specified the original server name will be kept.

The server's administration password.

A reference to an image to use for the rebuild. A local image need contain only an Image ID. External images must contian a link that provides the full path to the image resource. You must supply an image when rebuilding.

A reference to the flavor to convert to.

The server's administration password.

A collection of meta data items associated with the image.

The name of the image to create.

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.