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

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

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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_resource_id
任意

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

Validations:

  • Must be a String

architecture_id
任意

アーキテクチャーの ID

Validations:

  • Must be a String

operatingsystem_id
任意

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

Validations:

  • Must be a String

search
任意

結果のフィルター

Validations:

  • Must be a String

order
任意

フィールドと順序のソート (例: ‘id DESC’)

Validations:

  • Must be a String

page
任意

1 から始まるページ番号

Validations:

  • Must be a number.

per_page
任意

戻されるページごとの結果数

Validations:

  • Must be a number.

検索フィールド

フィールド名 タイプ 設定可能な値
architecture
compute_resource
name
operatingsystem
user_data true, false
username

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

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

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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

id
必須

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
任意

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

Validations:

  • Must be a String

architecture_id
任意

アーキテクチャーの ID

Validations:

  • Must be a String

operatingsystem_id
任意

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

Validations:

  • Must be a String


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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_resource_id
必須

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
必須

Validations:

  • Must be a Hash

image[name]
必須

Validations:

  • Must be a String

image[username]
必須

Validations:

  • Must be a String

image[uuid]
必須

Template ID in the compute resource

Validations:

  • Must be a String

image[password]
任意 , nil可

Validations:

  • Must be a String

image[compute_resource_id]
任意 , nil可

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

Validations:

  • Must be a String

image[architecture_id]
任意 , nil可

アーキテクチャーの ID

Validations:

  • Must be a String

image[operatingsystem_id]
任意 , nil可

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

Validations:

  • Must be a String

image[user_data]
任意 , nil可

イメージがユーザーデータをサポートするかどうか

Validations:

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


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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_resource_id
必須

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
必須

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
必須

Validations:

  • Must be a Hash

image[name]
任意

Validations:

  • Must be a String

image[username]
任意

Validations:

  • Must be a String

image[uuid]
任意

Template ID in the compute resource

Validations:

  • Must be a String

image[password]
任意 , nil可

Validations:

  • Must be a String

image[compute_resource_id]
任意 , nil可

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

Validations:

  • Must be a String

image[architecture_id]
任意 , nil可

アーキテクチャーの ID

Validations:

  • Must be a String

image[operatingsystem_id]
任意 , nil可

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

Validations:

  • Must be a String

image[user_data]
任意 , nil可

イメージがユーザーデータをサポートするかどうか

Validations:

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


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

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_resource_id
必須

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
必須

Validations:

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