GET /api/compute_resources/:compute_resource_id/images
Alle Abbilder für eine Rechenressource auflisten

GET /api/operatingsystems/:operatingsystem_id/images
Alle Abbilder für das Betriebssystem auflisten

GET /api/architectures/:architecture_id/images
Alle Abbilder für die Architektur 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

compute_resource_id
optional

Kennung der Rechenressource

Validations:

  • Must be a String

architecture_id
optional

Kennung der Architektur

Validations:

  • Must be a String

operatingsystem_id
optional

Kennung des Betriebssystems

Validations:

  • Must be a String

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
architecture
compute_resource
name
operatingsystem
user_data true, false
username

GET /api/compute_resources/:compute_resource_id/images/:id
Abbild anzeigen

GET /api/operatingsystems/:operatingsystem_id/images/:id
Abbild anzeigen

GET /api/architectures/:architecture_id/images/:id
Abbild 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.

compute_resource_id
optional

Kennung der Rechenressource

Validations:

  • Must be a String

architecture_id
optional

Kennung der Architektur

Validations:

  • Must be a String

operatingsystem_id
optional

Kennung des Betriebssystems

Validations:

  • Must be a String


POST /api/compute_resources/:compute_resource_id/images
Ein Abbild 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_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.

image
verpflichtend

Validations:

  • Must be a Hash

image[name]
verpflichtend

Validations:

  • Must be a String

image[username]
verpflichtend

Validations:

  • Must be a String

image[uuid]
verpflichtend

Vorlagenkennung in der Rechnerressource

Validations:

  • Must be a String

image[password]
optional , nil erlaubt

Validations:

  • Must be a String

image[compute_resource_id]
optional , nil erlaubt

Kennung der Rechenressource

Validations:

  • Must be a String

image[architecture_id]
optional , nil erlaubt

Kennung der Architektur

Validations:

  • Must be a String

image[operatingsystem_id]
optional , nil erlaubt

Kennung des Betriebssystems

Validations:

  • Must be a String

image[user_data]
optional , nil erlaubt

Ob das Abbild Benutzerdaten unterstützt

Validations:

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


PUT /api/compute_resources/:compute_resource_id/images/:id
Abbild 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

compute_resource_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.

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.

image
verpflichtend

Validations:

  • Must be a Hash

image[name]
optional

Validations:

  • Must be a String

image[username]
optional

Validations:

  • Must be a String

image[uuid]
optional

Vorlagenkennung in der Rechnerressource

Validations:

  • Must be a String

image[password]
optional , nil erlaubt

Validations:

  • Must be a String

image[compute_resource_id]
optional , nil erlaubt

Kennung der Rechenressource

Validations:

  • Must be a String

image[architecture_id]
optional , nil erlaubt

Kennung der Architektur

Validations:

  • Must be a String

image[operatingsystem_id]
optional , nil erlaubt

Kennung des Betriebssystems

Validations:

  • Must be a String

image[user_data]
optional , nil erlaubt

Ob das Abbild Benutzerdaten unterstützt

Validations:

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


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

compute_resource_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.

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.