GET /api/operatingsystems/:operatingsystem_id/os_default_templates
オペレーティングシステムのデフォルトのテンプレート組み合わせを一覧表示

GET /api/provisioning_templates/:provisioning_template_id/os_default_templates
このテンプレートがデフォルトで設定されるオペレーティングシステムを一覧表示

パラメーター

パラメーター名 記述
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

operatingsystem_id
任意

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

Validations:

  • Must be a String

provisioning_template_id
任意

プロビジョニングテンプレートの ID

Validations:

  • Must be a String

page
任意

1 から始まるページ番号

Validations:

  • Must be a number.

per_page
任意

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

Validations:

  • Must be a number.


GET /api/operatingsystems/:operatingsystem_id/os_default_templates/: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

operatingsystem_id
任意

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

Validations:

  • Must be a String

id
必須

Validations:

  • Must be a number.


POST /api/operatingsystems/:operatingsystem_id/os_default_templates
オペレーティングシステムのデフォルトのテンプレート組み合わせを作成

パラメーター

パラメーター名 記述
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

operatingsystem_id
任意

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

Validations:

  • Must be a String

os_default_template
必須

Validations:

  • Must be a Hash

os_default_template[template_kind_id]
任意 , nil可

Validations:

  • Must be a number.

os_default_template[provisioning_template_id]
任意 , nil可

プロビジョニングテンプレートの ID

Validations:

  • Must be a number.


PUT /api/operatingsystems/:operatingsystem_id/os_default_templates/: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

operatingsystem_id
任意

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

Validations:

  • Must be a String

id
必須

Validations:

  • Must be a String

os_default_template
必須

Validations:

  • Must be a Hash

os_default_template[template_kind_id]
任意 , nil可

Validations:

  • Must be a number.

os_default_template[provisioning_template_id]
任意 , nil可

プロビジョニングテンプレートの ID

Validations:

  • Must be a number.


DELETE /api/operatingsystems/:operatingsystem_id/os_default_templates/: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

operatingsystem_id
任意

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

Validations:

  • Must be a String

id
必須

Validations:

  • Must be a String