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

Params

Param Name Description
config_template_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.

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

Params

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

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.

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.