GET /bootdisk/api
부팅 디스크

Params

Param Name Description
location_id
Optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
Optional

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /bootdisk/api/generic
일반 이미지 다운로드

Params

Param Name Description
location_id
Optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
Optional

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /bootdisk/api/hosts/:host_id
호스트 이미지 다운로드

Params

Param Name Description
location_id
Optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
Optional

Set the current organization context for the request

Validations:

  • Must be a Integer

full
Optional

전체 이미지의 경우 True, 다시 사용할 수 있는 기본 이미지의 경우 False

Validations:

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

host_id
Required

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.