GET /api/compute_resources
Alle Rechenressourcen auflisten

Params

Param Name Description
search
Optional

Ergebnisse filtern


Value:

Must be String

order
Optional

Ergebnisse sortieren


Value:

Must be String

page
Optional

Ergebnisse nummerieren


Value:

Must be String

per_page
Optional

Anzahl der Einträge pro Anfrage


Value:

Must be String


GET /api/compute_resources/:id
Rechenressource anzeigen

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
Rechenressource erstellen

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

Provider umfassen


Value:

Must be String

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

URL für Libvirt, oVirt und OpenStack


Value:

Must be String

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

Value:

Must be String

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

Benutzername für oVirt, EC2, VMware, OpenStack. Access Key für EC2.


Value:

Must be String

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

Passwort für oVirt, EC2, VMware, OpenStack. Geheimer Schlüssel für EC2


Value:

Must be String

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

für oVirt, VMware Datacenter


Value:

Must be String

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

nur für EC2


Value:

Must be String

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

nur für OpenStack


Value:

Must be String

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

für VMware


Value:

Must be String

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

nur für Libvirt und VMware


Value:

Must be 'true' or 'false'


PUT /api/compute_resources/:id
Rechenressource aktualisieren

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

Provider umfassen


Value:

Must be String

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

URL für Libvirt, oVirt und OpenStack


Value:

Must be String

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

Value:

Must be String

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

Benutzername für oVirt, EC2, VMware, OpenStack. Access Key für EC2.


Value:

Must be String

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

Passwort für oVirt, EC2, VMware, OpenStack. Geheimer Schlüssel für EC2


Value:

Must be String

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

für oVirt, VMware Datacenter


Value:

Must be String

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

nur für EC2


Value:

Must be String

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

nur für OpenStack


Value:

Must be String

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

für VMware


Value:

Must be String

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

nur für Libvirt und VMware


Value:

Must be 'true' or 'false'


DELETE /api/compute_resources/:id
Rechenressource löschen

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
Verfügbare Abbilder für eine Rechenressource auflisten

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
Verfügbare Cluster für eine Rechenressource auflisten

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
List available flavors for a compute resource

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
Verfügbare Ordner für eine Rechenressource auflisten

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
List available zone for a compute resource

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
Verfügbare Netzwerke für eine Rechenressource auflisten

GET /api/compute_resources/:id/available_clusters/:cluster_id/available_networks
Verfügbare Netzwerke für einen Rechenressourcencluster auflisten

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
Ressourcen-Pools für ein Rechenressourcen-Cluster auflisten

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
List storage_domains for a compute resource

GET /api/compute_resources/:id/available_storage_domains
Speicherdomänen for Rechnerressource auflisten

GET /api/compute_resources/:id/available_storage_domains/:storage_domain
Attribute für eine angegebene Speicherdomäne auflisten

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_security_groups
List available security groups for a compute resource

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
VMs den Hosts zuweisen

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.