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 do sistema operacional


Value: Must be String
search
Optional

filtrar resultados


Value: Must be String
order
Optional

ordenar resultados


Value: Must be String
page
Optional

paginar resultados


Value: Must be String
per_page
Optional

número de entradas por requisições


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 do sistema operacional


Value: Must be String

POST /api/compute_resources/:compute_resource_id/images
Criar uma imagem

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: pt-BR.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: pt-BR.apipie.nil_allowed">Nil Allowed</span>

ID of architecture


Value: Must be String
image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: pt-BR.apipie.nil_allowed">Nil Allowed</span>

ID do sistema operacional


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: pt-BR.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: pt-BR.apipie.nil_allowed">Nil Allowed</span>

ID of architecture


Value: Must be String
image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: pt-BR.apipie.nil_allowed">Nil Allowed</span>

ID do sistema operacional


Value: Must be String

DELETE /api/compute_resources/:compute_resource_id/images/:id
Apagar uma imagem

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.