Generic Images

Contents

Generic Images

A generic image represents an abstract operative system image that can be ‘used' to deploy servers across multiple and heterogeneous clouds. Thus, it allows the user not to worry about which image to use depending on the provider where the server is deployed.

List generic images

GET /v2/cloud/generic_images

This action lists the available generic images.

Inputs

None

Returns

An array of generic images with the following fields:

Field Type Description
id String Identifier of the generic image.
name String Name of the generic image.
deprecated Boolean Indicates if the generic image is deprecated or not.
architecture String Computer architecture for with the generic image is defined.
distribution String Distribution of the operative system of the generic image.
version String The version of the distribution of the generic image.
resource_type String An identifier for the type of resource, specifically "generic_image".

Back to top