GET /api/compute_resources
Afficher toutes les ressources de calcul

Params

Param Name Description
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/:id
Afficher une ressource de calcul

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.


POST /api/compute_resources
Créer une ressource de calcul

Params

Param Name Description
compute_resource
Required

Value:

Must be a Hash

compute_resource[name]
Required

Value:

Must be String

compute_resource[provider]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Fournisseurs inclue


Value:

Must be String

compute_resource[url]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

L'URL pour Libvirt, oVirt, ou OpenStack


Value:

Must be String

compute_resource[description]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Value:

Must be String

compute_resource[user]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Nom d'utilisateur pour oVirt, EC2, VMware, OpenStack. Clef d'accès pour EC2.


Value:

Must be String

compute_resource[password]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Mot de passe pour oVirt, EC2, VMware, OpenStack. Clef secrète pour EC2.


Value:

Must be String

compute_resource[uuid]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

pour oVirt, VMware Datacenter


Value:

Must be String

compute_resource[region]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Seulement pour EC2


Value:

Must be String

compute_resource[tenant]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

seulement pour OpenStack


Value:

Must be String

compute_resource[server]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

pour VMware


Value:

Must be String

compute_resource[set_console_password]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

seulement pour Libvirt et VMware


Value:

Must be 'true' or 'false'


PUT /api/compute_resources/:id
Mise à jour d'une ressource de calcul

Params

Param Name Description
id
Required

Value:

Must be String

compute_resource
Required

Value:

Must be a Hash

compute_resource[name]
Optional

Value:

Must be String

compute_resource[provider]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Fournisseurs inclue


Value:

Must be String

compute_resource[url]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

L'URL pour Libvirt, oVirt, ou OpenStack


Value:

Must be String

compute_resource[description]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Value:

Must be String

compute_resource[user]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Nom d'utilisateur pour oVirt, EC2, VMware, OpenStack. Clef d'accès pour EC2.


Value:

Must be String

compute_resource[password]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Mot de passe pour oVirt, EC2, VMware, OpenStack. Clef secrète pour EC2.


Value:

Must be String

compute_resource[uuid]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

pour oVirt, VMware Datacenter


Value:

Must be String

compute_resource[region]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

Seulement pour EC2


Value:

Must be String

compute_resource[tenant]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

seulement pour OpenStack


Value:

Must be String

compute_resource[server]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

pour VMware


Value:

Must be String

compute_resource[set_console_password]
Optional , <span class="translation_missing" title="translation missing: fr.apipie.nil_allowed">Nil Allowed</span>

seulement pour Libvirt et VMware


Value:

Must be 'true' or 'false'


DELETE /api/compute_resources/:id
Supprimer une ressource de calcul

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.


GET /api/compute_resources/:id/available_images
Afficher les images disponibles pour une ressource de calcul

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.


GET /api/compute_resources/:id/available_clusters
Afficher les clusters disponibles pour une ressource de calcul

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.


GET /api/compute_resources/:id/available_flavors
Afficher les saveurs disponibles pour une ressource de calcul

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.


GET /api/compute_resources/:id/available_folders
Afficher les répertoires disponibles sur une ressource de calcul

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.


GET /api/compute_resources/:id/available_zones
Afficher les zones disponibles pour une ressource de calcul

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.


GET /api/compute_resources/:id/available_networks
Afficher les réseaux disponibles pour une ressource de calcul

GET /api/compute_resources/:id/available_clusters/:cluster_id/available_networks
Afficher les réseaux disponibles pour un cluster de ressources de calcul

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.

cluster_id
Optional

Value:

Must be String


GET /api/compute_resources/:id/available_clusters/:cluster_id/available_resource_pools
Afficher les pools de ressources d'un cluster de ressources de calcul

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.

cluster_id
Required

Value:

Must be String


GET /api/compute_resources/:id/available_storage_domains
Afficher les domaines de stockage pour une ressource de calcul

GET /api/compute_resources/:id/available_storage_domains/:storage_domain
Lister les attributs d'un domaine de stockage

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.

storage_domain
Optional

Value:

Must be String


GET /api/compute_resources/:id/available_storage_pods
Afficher les groupes de stockage pour une ressource de calcul

GET /api/compute_resources/:id/available_storage_pods/:storage_pod
Afficher les attributs d'un groupe de stockage

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.

storage_pod
Optional

Value:

Must be String


GET /api/compute_resources/:id/available_security_groups
Afficher les groupes de sécurité disponibles sur une ressource de calcul

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.


PUT /api/compute_resources/:id/associate
Associer les VM à des hôtes

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.