GET /api/compute_resources
Alle Rechenressourcen auflisten

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

search
optional

Ergebnisse filtern

Validations:

  • Must be a String

order
optional

Feld und Reihenfolge sortieren, z.B. 'id DESC'

Validations:

  • Must be a String

page
optional

Seitennummer, beginnend bei 1

Validations:

  • Must be a number.

per_page
optional

Anzahl der angezeigten Ergebnisse pro Seite

Validations:

  • Must be a number.

Suchfelder

Feld Name Typ Mögliche Werte
id
location
location_id
name
organization
organization_id
type

GET /api/compute_resources/:id
Rechenressource anzeigen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_resource
verpflichtend

Validations:

  • Must be a Hash

compute_resource[name]
verpflichtend

Validations:

  • Must be a String

compute_resource[provider]
optional , nil erlaubt

Provider umfassen

Validations:

  • Must be a String

compute_resource[url]
optional , nil erlaubt

URL für Libvirt, oVirt and OpenStack

Validations:

  • Must be a String

compute_resource[description]
optional , nil erlaubt

Validations:

  • Must be a String

compute_resource[user]
optional , nil erlaubt

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

Validations:

  • Must be a String

compute_resource[password]
optional , nil erlaubt

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

Validations:

  • Must be a String

compute_resource[datacenter]
optional , nil erlaubt

für oVirt, VMware Datacenter

Validations:

  • Must be a String

compute_resource[use_v4]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[ovirt_quota]
optional , nil erlaubt

for oVirt only, ID or Name of quota to use

Validations:

  • Must be a String

compute_resource[public_key]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be a String

compute_resource[region]
optional , nil erlaubt

for AzureRm eg. 'eastus' and for EC2 only. Use 'us-gov-west-1' for EC2 GovCloud region

Validations:

  • Must be a String

compute_resource[tenant]
optional , nil erlaubt

for OpenStack and AzureRm only

Validations:

  • Must be a String

compute_resource[domain]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[project_domain_name]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[project_domain_id]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[server]
optional , nil erlaubt

für VMware

Validations:

  • Must be a String

compute_resource[set_console_password]
optional , nil erlaubt

nur für Libvirt und VMware

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[display_type]
optional , nil erlaubt

for Libvirt and oVirt only

Validations:

  • Must be one of: VNC, SPICE.

compute_resource[keyboard]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be one of: ar, de-ch, es, fo, fr-ca, hu, ja, mk, no, pt-br, sv, da, en-gb, et, fr, fr-ch, is, lt, nl, pl, ru, th, de, en-us, fi, fr-be, hr, it, lv, nl-be, pt, sl, tr.

compute_resource[caching_enabled]
optional , nil erlaubt

Caching aktivieren, nur für VMware

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[project]
optional , nil erlaubt

Project id for GCE only

Validations:

  • Must be a String

compute_resource[email]
optional , nil erlaubt

Email for GCE only

Validations:

  • Must be a String

compute_resource[key_path]
optional , nil erlaubt

Certificate path for GCE only

Validations:

  • Must be a String

compute_resource[zone]
optional , nil erlaubt

nur für GCE

Validations:

  • Must be a String

compute_resource[location_ids]
optional , nil erlaubt

Standorte durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type

compute_resource[organization_ids]
optional , nil erlaubt

Organisationen durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type


PUT /api/compute_resources/:id
Rechenressource aktualisieren

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be a String

compute_resource
verpflichtend

Validations:

  • Must be a Hash

compute_resource[name]
optional

Validations:

  • Must be a String

compute_resource[provider]
optional , nil erlaubt

Provider umfassen

Validations:

  • Must be a String

compute_resource[url]
optional , nil erlaubt

URL für Libvirt, oVirt and OpenStack

Validations:

  • Must be a String

compute_resource[description]
optional , nil erlaubt

Validations:

  • Must be a String

compute_resource[user]
optional , nil erlaubt

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

Validations:

  • Must be a String

compute_resource[password]
optional , nil erlaubt

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

Validations:

  • Must be a String

compute_resource[datacenter]
optional , nil erlaubt

für oVirt, VMware Datacenter

Validations:

  • Must be a String

compute_resource[use_v4]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[ovirt_quota]
optional , nil erlaubt

for oVirt only, ID or Name of quota to use

Validations:

  • Must be a String

compute_resource[public_key]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be a String

compute_resource[region]
optional , nil erlaubt

for AzureRm eg. 'eastus' and for EC2 only. Use 'us-gov-west-1' for EC2 GovCloud region

Validations:

  • Must be a String

compute_resource[tenant]
optional , nil erlaubt

for OpenStack and AzureRm only

Validations:

  • Must be a String

compute_resource[domain]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[project_domain_name]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[project_domain_id]
optional , nil erlaubt

for OpenStack (v3) only

Validations:

  • Must be a String

compute_resource[server]
optional , nil erlaubt

für VMware

Validations:

  • Must be a String

compute_resource[set_console_password]
optional , nil erlaubt

nur für Libvirt und VMware

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[display_type]
optional , nil erlaubt

for Libvirt and oVirt only

Validations:

  • Must be one of: VNC, SPICE.

compute_resource[keyboard]
optional , nil erlaubt

nur für oVirt

Validations:

  • Must be one of: ar, de-ch, es, fo, fr-ca, hu, ja, mk, no, pt-br, sv, da, en-gb, et, fr, fr-ch, is, lt, nl, pl, ru, th, de, en-us, fi, fr-be, hr, it, lv, nl-be, pt, sl, tr.

compute_resource[caching_enabled]
optional , nil erlaubt

Caching aktivieren, nur für VMware

Validations:

  • Must be one of: true, false, 1, 0.

compute_resource[project]
optional , nil erlaubt

Project id for GCE only

Validations:

  • Must be a String

compute_resource[email]
optional , nil erlaubt

Email for GCE only

Validations:

  • Must be a String

compute_resource[key_path]
optional , nil erlaubt

Certificate path for GCE only

Validations:

  • Must be a String

compute_resource[zone]
optional , nil erlaubt

nur für GCE

Validations:

  • Must be a String

compute_resource[location_ids]
optional , nil erlaubt

Standorte durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type

compute_resource[organization_ids]
optional , nil erlaubt

Organisationen durch angegebene Kennungen ERSETZEN

Validations:

  • Must be an array of any type


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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Validations:

  • Must be a String


GET /api/compute_resources/:id/available_clusters/:cluster_id/available_resource_pools
Ressourcen-Pools für ein Rechenressourcen-Cluster auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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
verpflichtend

Validations:

  • Must be a String


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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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_id
verpflichtend

Validations:

  • Must be a String


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

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

GET /api/compute_resources/:id/available_clusters/:cluster_id/available_storage_domains
Speicherdomänen for Rechenressource auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Validations:

  • Must be a String

storage_domain
optional

Validations:

  • Must be a String


GET /api/compute_resources/:id/storage_pods/:storage_pod_id
Attribute für angegebenen Storage-Pod auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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_id
verpflichtend

Validations:

  • Must be a String


GET /api/compute_resources/:id/available_storage_pods
Storage-Pods für Rechenressource auflisten

GET /api/compute_resources/:id/available_storage_pods/:storage_pod
Attribute für angegebenen Storage-Pod auflisten

GET /api/compute_resources/:id/available_clusters/:cluster_id/available_storage_pods
Storage-Pods für Rechenressource auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Validations:

  • Must be a String

storage_pod
optional

Validations:

  • Must be a String


GET /api/compute_resources/:id/available_security_groups
Verfügbare Sicherheitsgruppen für eine Rechenressource auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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/refresh_cache
Cache der Rechenressource aktualisieren

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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_virtual_machines
Verfügbare virtuelle Maschinen für eine Rechenressource auflisten

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • 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_virtual_machines/:vm_id
Eine virtuelle Maschine anzeigen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

vm_id
verpflichtend

Validations:

  • 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/available_virtual_machines/:vm_id/power
Power a Virtual Machine

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

vm_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


DELETE /api/compute_resources/:id/available_virtual_machines/:vm_id
Eine virtuelle Maschine löschen

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

vm_id
verpflichtend

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.