GET /api/compute_resources/:compute_resource_id/images
Lister toutes les images d'une ressource d'ordinateur

GET /api/operatingsystems/:operatingsystem_id/images
Liste de toutes les images par système d'exploitation

GET /api/architectures/:architecture_id/images
Liste de toutes les images d'une architecture

Params

Param Name Description
compute_resource_id
Optional

ID de la ressource d’ordinateur


Value: Must be String
architecture_id
Optional

ID de l’architecture


Value: Must be String
operatingsystem_id
Optional

ID du système d’exploitation


Value: Must be String
search
Optional

filtrer les résultats


Value: Must be String
order
Optional

trier les resultats


Value: Must be String
page
Optional

paginer les resultats


Value: Must be String
per_page
Optional

nombre d’entier par requête


Value: Must be String

GET /api/compute_resources/:compute_resource_id/images/:id
Afficher une image

GET /api/operatingsystems/:operatingsystem_id/images/:id
Afficher une image

GET /api/architectures/:architecture_id/images/:id
Afficher une 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 de la ressource d’ordinateur


Value: Must be String
architecture_id
Optional

ID de l’architecture


Value: Must be String
operatingsystem_id
Optional

ID du système d’exploitation


Value: Must be String

POST /api/compute_resources/:compute_resource_id/images
Créer une 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: fr.apipie.nil_allowed">Nil Allowed</span>

ID de la ressource d’ordinateur


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

ID de l’architecture


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

ID du système d’exploitation


Value: Must be String

PUT /api/compute_resources/:compute_resource_id/images/:id
Mise à jour d'une 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: fr.apipie.nil_allowed">Nil Allowed</span>

ID de la ressource d’ordinateur


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

ID de l’architecture


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

ID du système d’exploitation


Value: Must be String

DELETE /api/compute_resources/:compute_resource_id/images/:id
Supprimer une 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.