GET /api/compute_resources/:compute_resource_id/images
List all images for a compute resource

GET /api/operatingsystems/:operatingsystem_id/images
List all images for operating system

GET /api/architectures/:architecture_id/images
List all images for architecture

Params

Param Name Description
compute_resource_id
Optional

ID of compute resource

Validations:

  • Must be String

architecture_id
Optional

ID of architecture

Validations:

  • Must be String

operatingsystem_id
Optional

ID of operating system

Validations:

  • Must be String

search
Optional

filtrera resultat

Validations:

  • Must be String

order
Optional

sortera resultat

Validations:

  • Must be String

page
Optional

paginate results

Validations:

  • Must be String

per_page
Optional

antal poster per begäran

Validations:

  • Must be String


GET /api/compute_resources/:compute_resource_id/images/:id
Visa en avbildning

GET /api/operatingsystems/:operatingsystem_id/images/:id
Visa en avbildning

GET /api/architectures/:architecture_id/images/:id
Visa en avbildning

Params

Param Name Description
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 of compute resource

Validations:

  • Must be String

architecture_id
Optional

ID of architecture

Validations:

  • Must be String

operatingsystem_id
Optional

ID of operating system

Validations:

  • Must be String


POST /api/compute_resources/:compute_resource_id/images
Skapa en avbildning

Params

Param Name Description
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 String

image[username]
Required

Validations:

  • Must be String

image[uuid]
Required

Validations:

  • Must be String

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

Validations:

  • Must be String

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

ID of compute resource

Validations:

  • Must be String

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

ID of architecture

Validations:

  • Must be String

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

ID of operating system

Validations:

  • Must be String

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

Whether or not the image supports user data

Validations:

  • Must be 'true' or 'false' or '1' or '0'


PUT /api/compute_resources/:compute_resource_id/images/:id
Uppdatera en avbildning

Params

Param Name Description
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 String

image[username]
Optional

Validations:

  • Must be String

image[uuid]
Optional

Validations:

  • Must be String

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

Validations:

  • Must be String

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

ID of compute resource

Validations:

  • Must be String

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

ID of architecture

Validations:

  • Must be String

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

ID of operating system

Validations:

  • Must be String

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

Whether or not the image supports user data

Validations:

  • Must be 'true' or 'false' or '1' or '0'


DELETE /api/compute_resources/:compute_resource_id/images/:id
Radera en avbildning

Params

Param Name Description
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.