GET /api/config_templates/:config_template_id/template_combinations
Lister les combinaisons de modèles

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
Ajouter une combinaison de modèle

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

id de l’environnement


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

Id du groupe d’hôte


Value: Must be a number.

GET /api/template_combinations/:id
Afficher la combinaison de modèles

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
Supprimer une combinaison de modèle

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.