GET /api/config_templates
List templates

Params

Param Name Description
search
Optional

filtra els resultats


Value:

Must be String

order
Optional

ordena els resultats


Value:

Must be String

page
Optional

pagina els resultats


Value:

Must be String

per_page
Optional

Nombre d'entrades per petició


Value:

Must be String


GET /api/config_templates/:id
Show template details

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.


POST /api/config_templates
Create a template

Params

Param Name Description
config_template
Required

Value:

Must be a Hash

config_template[name]
Required

nom de la plantilla


Value:

Must be String

config_template[template]
Required

Value:

Must be String

config_template[snippet]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

Value:

Must be 'true' or 'false'

config_template[audit_comment]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

Value:

Must be String

config_template[template_kind_id]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

no és rellevant per al fragment


Value:

Must be a number.

config_template[template_combinations_attributes]
Optional

Array of template combinations (hostgroup_id, environment_id)


Value:

Must be an array of any type

config_template[operatingsystem_ids]
Optional

Array of operating systems ID to associate the template with


Value:

Must be an array of any type


PUT /api/config_templates/:id
Update 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.

config_template
Required

Value:

Must be a Hash

config_template[name]
Optional

nom de la plantilla


Value:

Must be String

config_template[template]
Optional

Value:

Must be String

config_template[snippet]
Optional

Value:

Must be 'true' or 'false'

config_template[audit_comment]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

Value:

Must be String

config_template[template_kind_id]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

no és rellevant per al fragment


Value:

Must be a number.

config_template[template_combinations_attributes]
Optional

Array of template combinations (hostgroup_id, environment_id)


Value:

Must be an array of any type

config_template[operatingsystem_ids]
Optional

Array of operating systems ID to associate the template with


Value:

Must be an array of any type


GET /api/config_templates/revision

Params

Param Name Description
version
Optional

versió de la plantilla


Value:

Must be String


DELETE /api/config_templates/: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.


GET /api/config_templates/build_pxe_default
Change the default PXE menu on all configured TFTP servers