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

GET /api/operatingsystems/:operatingsystem_id/images
List all images for operating system

GET /api/architectures/:architecture_id/images
List all images for architecture

Params

Param Name Description
compute_resource_id
Optional

ID of compute resource


Value:

Must be String

architecture_id
Optional

ID of architecture


Value:

Must be String

operatingsystem_id
Optional

ID of operating system


Value:

Must be String

search
Optional

filter results


Value:

Must be String

order
Optional

sort results


Value:

Must be String

page
Optional

paginate results


Value:

Must be String

per_page
Optional

number of entries per request


Value:

Must be String


GET /api/compute_resources/:compute_resource_id/images/:id
Show an image

GET /api/operatingsystems/:operatingsystem_id/images/:id
Show an image

GET /api/architectures/:architecture_id/images/:id
Show an image

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
Optional

ID of compute resource


Value:

Must be String

architecture_id
Optional

ID of architecture


Value:

Must be String

operatingsystem_id
Optional

ID of operating system


Value:

Must be String


POST /api/compute_resources/:compute_resource_id/images
Create 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.

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]
Optional , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of compute resource


Value:

Must be String

image[architecture_id]
Optional , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of architecture


Value:

Must be String

image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of operating system


Value:

Must be String


PUT /api/compute_resources/:compute_resource_id/images/:id
Update 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.

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 , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of compute resource


Value:

Must be String

image[architecture_id]
Optional , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of architecture


Value:

Must be String

image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: en-GB.apipie.nil_allowed">Nil Allowed</span>

ID of operating system


Value:

Must be String


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.