GET /api/compute_resources/:compute_resource_id/images
Enumera todas las imágenes de un recurso de cómputo

GET /api/operatingsystems/:operatingsystem_id/images
Enumerar las imágenes para el sistema operativo

GET /api/architectures/:architecture_id/images
Enumerar las imágenes de la arquitectura

Params

Param Name Description
compute_resource_id
Optional

ID del recurso de cómputo


Value: Must be String
architecture_id
Optional

ID de la arquitectura


Value: Must be String
operatingsystem_id
Optional

ID del sistema operativo


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 petición


Value: Must be String

GET /api/compute_resources/:compute_resource_id/images/:id
Mostrar una imagen

GET /api/operatingsystems/:operatingsystem_id/images/:id
Mostrar una imagen

GET /api/architectures/:architecture_id/images/:id
Mostrar una imagen

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 del recurso de cómputo


Value: Must be String
architecture_id
Optional

ID de la arquitectura


Value: Must be String
operatingsystem_id
Optional

ID del sistema operativo


Value: Must be String

POST /api/compute_resources/:compute_resource_id/images
Crear una imagen

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

ID del recurso de cómputo


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

ID de la arquitectura


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

ID del sistema operativo


Value: Must be String

PUT /api/compute_resources/:compute_resource_id/images/:id
Actualizar una imagen

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

ID del recurso de cómputo


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

ID de la arquitectura


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

ID del sistema operativo


Value: Must be String

DELETE /api/compute_resources/:compute_resource_id/images/:id
Borrar una imagen

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.