GET /api/config_templates/:config_template_id/template_combinations DEPRECATED
テンプレートの組み合わせの一覧

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

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

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

Params

Param Name Description
config_template_id
Optional

設定テンプレートの ID


Value: Must be String
provisioning_template_id
Optional

設定テンプレートの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
environment_id
Optional

環境の ID


Value: Must be String

POST /api/config_templates/:config_template_id/template_combinations DEPRECATED
テンプレートの組み合わせを追加

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

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

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

Params

Param Name Description
config_template_id
Optional

設定テンプレートの ID


Value: Must be String
provisioning_template_id
Optional

設定テンプレートの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
environment_id
Optional

環境の ID


Value: Must be String
template_combination
Required

Value: Must be a Hash
template_combination[environment_id]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

環境 id


Value: Must be a number.
template_combination[hostgroup_id]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

ホストグループ id


Value: Must be a number.

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

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

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
テンプレートの組み合わせを表示

Params

Param Name Description
config_template_id
Optional

設定テンプレートの ID


Value: Must be String
provisioning_template_id
Optional

設定テンプレートの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
environment_id
Optional

環境の ID


Value: Must be String
id
Required

Value: 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/config_templates/:config_template_id/template_combinations/:id DEPRECATED
テンプレートの組み合わせの更新

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

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

Params

Param Name Description
id
Required

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

設定テンプレートの ID


Value: Must be String
provisioning_template_id
Optional

設定テンプレートの ID


Value: Must be String
hostgroup_id
Optional

ホストグループの ID


Value: Must be String
environment_id
Optional

環境の ID


Value: Must be String
template_combination
Required

Value: Must be a Hash
template_combination[environment_id]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

環境 id


Value: Must be a number.
template_combination[hostgroup_id]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

ホストグループ id


Value: Must be a number.

DELETE /api/template_combinations/:id
テンプレートの組み合わせを削除

Params

Param Name Description
id
Required

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