GET /api/config_templates/:config_template_id/template_combinations
List Template Combination

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
Add a Template Combination

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 , nil allowed

environment id


Value: Must be a number.
template_combination[hostgroup_id]
optional , nil allowed

hostgroup id


Value: Must be a number.

GET /api/template_combinations/:id
Show Template Combination

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
Delete a template

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.