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
選填

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
選填

頁數,從 1 開始

Validations:

  • Must be a number.

per_page
選填

每頁要傳回的結果數量

Validations:

  • Must be a number.

Search fields

Field name 類型 Possible values
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]
選填 , 允許空值

Validations:

  • Must be a String

image[compute_resource_id]
選填 , 允許空值

運算資源的 ID

Validations:

  • Must be a String

image[architecture_id]
選填 , 允許空值

架構的 ID

Validations:

  • Must be a String

image[operatingsystem_id]
選填 , 允許空值

作業系統 ID

Validations:

  • Must be a String

image[user_data]
選填 , 允許空值

不管映像檔是否支援使用者資料

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]
選填 , 允許空值

Validations:

  • Must be a String

image[compute_resource_id]
選填 , 允許空值

運算資源的 ID

Validations:

  • Must be a String

image[architecture_id]
選填 , 允許空值

架構的 ID

Validations:

  • Must be a String

image[operatingsystem_id]
選填 , 允許空值

作業系統 ID

Validations:

  • Must be a String

image[user_data]
選填 , 允許空值

不管映像檔是否支援使用者資料

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.