GET /api/compute_resources/:compute_resource_id/images
List all images for compute resource

Params

Param Name Description
search
Optional

Ergebnisse filtern


Value: Must be String
order
Optional

Ergebnisse sortieren


Value: Must be String
page
Optional

Ergebnisse nummerieren


Value: Must be String
per_page
Optional

Anzahl der Einträge pro Anfrage


Value: Must be String
compute_resource_id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

GET /api/compute_resources/:compute_resource_id/images/:id
Abbild anzeigen

Params

Param Name Description
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
compute_resource_id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

POST /api/compute_resources/:compute_resource_id/images
Create a image

Params

Param Name Description
compute_resource_id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
image
Required

Value: Must be a Hash
image[name]
Required

Value: Must be String
image[username]
Required

Value: Must be String
image[uuid]
Required

Value: Must be String
image[compute_resource_id]
Required

Value: Must be a number.
image[architecture_id]
Required

Value: Must be a number.
image[operatingsystem_id]
Required

Value: Must be a number.

PUT /api/compute_resources/:compute_resource_id/images/:id
Update a image.

Params

Param Name Description
compute_resource_id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
image
Required

Value: Must be a Hash
image[name]
Optional

Value: Must be String
image[username]
Optional

Value: Must be String
image[uuid]
Optional

Value: Must be String
image[compute_resource_id]
Optional

Value: Must be a number.
image[architecture_id]
Optional

Value: Must be a number.
image[operatingsystem_id]
Optional

Value: Must be a number.

DELETE /api/compute_resources/:compute_resource_id/images/:id
Delete an image.

Params

Param Name Description
compute_resource_id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.
id
Required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.