GET /api/compute_resources/:compute_resource_id/images
コンピュートリソースのすべてのイメージを一覧表示

GET /api/operatingsystems/:operatingsystem_id/images
オペレーティングシステム用のすべてのイメージを一覧表示

GET /api/architectures/:architecture_id/images
アーキテクチャのすべてのイメージを一覧表示

Params

Param Name Description
compute_resource_id
Optional

コンピュートリソースの ID


Value:

Must be String

architecture_id
Optional

アーキテクチャの ID


Value:

Must be String

operatingsystem_id
Optional

オペレーティングシステムの ID


Value:

Must be String

search
Optional

結果をフィルタ


Value:

Must be String

order
Optional

結果をソート


Value:

Must be String

page
Optional

結果をページ分割


Value:

Must be String

per_page
Optional

リクエストあたりのエントリ数


Value:

Must be String


GET /api/compute_resources/:compute_resource_id/images/:id
イメージの表示

GET /api/operatingsystems/:operatingsystem_id/images/:id
イメージの表示

GET /api/architectures/:architecture_id/images/:id
イメージの表示

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.

compute_resource_id
Optional

コンピュートリソースの ID


Value:

Must be String

architecture_id
Optional

アーキテクチャの ID


Value:

Must be String

operatingsystem_id
Optional

オペレーティングシステムの ID


Value:

Must be String


POST /api/compute_resources/:compute_resource_id/images
イメージの作成

Params

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

image
Required

Value:

Must be a Hash

image[name]
Required

Value:

Must be String

image[username]
Required

Value:

Must be String

image[uuid]
Required

Value:

Must be String

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

コンピュートリソースの ID


Value:

Must be String

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

アーキテクチャの ID


Value:

Must be String

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

オペレーティングシステムの ID


Value:

Must be String

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

Whether or not the image supports user data


Value:

Must be 'true' or 'false'


PUT /api/compute_resources/:compute_resource_id/images/:id
イメージの更新

Params

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

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.

image
Required

Value:

Must be a Hash

image[name]
Optional

Value:

Must be String

image[username]
Optional

Value:

Must be String

image[uuid]
Optional

Value:

Must be String

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

コンピュートリソースの ID


Value:

Must be String

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

アーキテクチャの ID


Value:

Must be String

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

オペレーティングシステムの ID


Value:

Must be String

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

Whether or not the image supports user data


Value:

Must be 'true' or 'false'


DELETE /api/compute_resources/:compute_resource_id/images/:id
イメージの削除

Params

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

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.