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: ru.apipie.nil_allowed">Nil Allowed</span>

код окружения


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

код группы узлов


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.