GET /api/provisioning_templates/:provisioning_template_id/template_combinations
テンプレート組み合わせの一覧表示

GET /api/hostgroups/:hostgroup_id/template_combinations
テンプレート組み合わせの一覧表示

GET /api/environments/:environment_id/template_combinations
テンプレート組み合わせの一覧表示

パラメーター

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

provisioning_template_id
任意

設定テンプレートの ID

Validations:

  • Must be a String

hostgroup_id
任意

ホストグループの ID

Validations:

  • Must be a String

environment_id
任意

環境の ID

Validations:

  • Must be a String


POST /api/provisioning_templates/:provisioning_template_id/template_combinations
テンプレートの組み合わせの追加

POST /api/hostgroups/:hostgroup_id/template_combinations
テンプレートの組み合わせの追加

POST /api/environments/:environment_id/template_combinations
テンプレートの組み合わせの追加

パラメーター

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

provisioning_template_id
任意

設定テンプレートの ID

Validations:

  • Must be a String

hostgroup_id
任意

ホストグループの ID

Validations:

  • Must be a String

environment_id
任意

環境の ID

Validations:

  • Must be a String

template_combination
必須

Validations:

  • Must be a Hash

template_combination[environment_id]
任意 , nil可

環境 ID

Validations:

  • Must be a number.

template_combination[hostgroup_id]
任意 , nil可

ホストグループ ID

Validations:

  • Must be a number.


GET /api/template_combinations/:id
テンプレートの組み合わせの表示

GET /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
テンプレートの組み合わせの表示

GET /api/hostgroups/:hostgroup_id/template_combinations/:id
テンプレートの組み合わせの表示

GET /api/environments/:environment_id/template_combinations/: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

provisioning_template_id
任意

設定テンプレートの ID

Validations:

  • Must be a String

hostgroup_id
任意

ホストグループの ID

Validations:

  • Must be a String

environment_id
任意

環境の ID

Validations:

  • Must be a String

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.


PUT /api/provisioning_templates/:provisioning_template_id/template_combinations/:id
テンプレートの組み合わせの更新

PUT /api/hostgroups/:hostgroup_id/template_combinations/:id
テンプレートの組み合わせの更新

PUT /api/environments/:environment_id/template_combinations/: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.

provisioning_template_id
任意

設定テンプレートの ID

Validations:

  • Must be a String

hostgroup_id
任意

ホストグループの ID

Validations:

  • Must be a String

environment_id
任意

環境の ID

Validations:

  • Must be a String

template_combination
必須

Validations:

  • Must be a Hash

template_combination[environment_id]
任意 , nil可

環境 ID

Validations:

  • Must be a number.

template_combination[hostgroup_id]
任意 , nil可

ホストグループ ID

Validations:

  • Must be a number.


DELETE /api/template_combinations/: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.