GET /bootdisk/api
ブートディスク

パラメーター

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

ロケーション別のスコープ

Validations:

  • Must be a Integer

organization_id
任意

組織別のスコープ

Validations:

  • Must be a Integer


GET /bootdisk/api/generic
汎用イメージをダウンロード

パラメーター

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

ロケーション別のスコープ

Validations:

  • Must be a Integer

organization_id
任意

組織別のスコープ

Validations:

  • Must be a Integer


GET /bootdisk/api/hosts/:host_id
ホストイメージをダウンロード

パラメーター

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

ロケーション別のスコープ

Validations:

  • Must be a Integer

organization_id
任意

組織別のスコープ

Validations:

  • Must be a Integer

full
任意

完全イメージの場合は true、基本的な再利用可能イメージの場合は false

Validations:

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

host_id
必須

Validations:

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