GET /api/compute_resources/:compute_resource_id/images
Som alle images op voor een compute resource

GET /api/operatingsystems/:operatingsystem_id/images
Som alle images op voor besturingssysteem

GET /api/architectures/:architecture_id/images
Som alle images op voor architectuur

Params

Param Name Description
location_id
Optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
Optional

Scope met organisaties

Validations:

  • Must be a Integer

compute_resource_id
Optional

ID van de compute resource

Validations:

  • Must be a String

architecture_id
Optional

ID van de architectuur

Validations:

  • Must be a String

operatingsystem_id
Optional

ID van het besturingssysteem

Validations:

  • Must be a String

search
Optional

filter resultaten

Validations:

  • Must be a String

order
Optional

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
Optional

Pagineer de resultaten

Validations:

  • Must be a String

per_page
Optional

Aantal items per aanvraag

Validations:

  • Must be a String

Search fields

Field name Type Possible values
architecture integer
compute_resource string
name string
operatingsystem integer
user_data true, false
username string

GET /api/compute_resources/:compute_resource_id/images/:id
Bekijk een image

GET /api/operatingsystems/:operatingsystem_id/images/:id
Bekijk een image

GET /api/architectures/:architecture_id/images/:id
Bekijk een image

Params

Param Name Description
location_id
Optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
Optional

Scope met organisaties

Validations:

  • Must be a Integer

id
Required

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

ID van de compute resource

Validations:

  • Must be a String

architecture_id
Optional

ID van de architectuur

Validations:

  • Must be a String

operatingsystem_id
Optional

ID van het besturingssysteem

Validations:

  • Must be a String


POST /api/compute_resources/:compute_resource_id/images
Creeer een image

Params

Param Name Description
location_id
Optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
Optional

Scope met organisaties

Validations:

  • Must be a Integer

compute_resource_id
Required

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
Required

Validations:

  • Must be a Hash

image[name]
Required

Validations:

  • Must be a String

image[username]
Required

Validations:

  • Must be a String

image[uuid]
Required

Validations:

  • Must be a String

image[password]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be a String

image[compute_resource_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van de compute resource

Validations:

  • Must be a String

image[architecture_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van de architectuur

Validations:

  • Must be a String

image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van het besturingssysteem

Validations:

  • Must be a String

image[user_data]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

Of een image user data support of niet

Validations:

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


PUT /api/compute_resources/:compute_resource_id/images/:id
Wijzig een image

Params

Param Name Description
location_id
Optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
Optional

Scope met organisaties

Validations:

  • Must be a Integer

compute_resource_id
Required

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
Required

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
Required

Validations:

  • Must be a Hash

image[name]
Optional

Validations:

  • Must be a String

image[username]
Optional

Validations:

  • Must be a String

image[uuid]
Optional

Validations:

  • Must be a String

image[password]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Must be a String

image[compute_resource_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van de compute resource

Validations:

  • Must be a String

image[architecture_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van de architectuur

Validations:

  • Must be a String

image[operatingsystem_id]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

ID van het besturingssysteem

Validations:

  • Must be a String

image[user_data]
Optional , <span class="translation_missing" title="translation missing: nl-NL.apipie.nil_allowed">Nil Allowed</span>

Of een image user data support of niet

Validations:

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


DELETE /api/compute_resources/:compute_resource_id/images/:id
Verwijder een image

Params

Param Name Description
location_id
Optional

Scope met locaties

Validations:

  • Must be a Integer

organization_id
Optional

Scope met organisaties

Validations:

  • Must be a Integer

compute_resource_id
Required

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
Required

Validations:

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