POST /api/config_templates
{
"config_template": {}
}
422
{
"error": {
"id": null,
"errors": {
"name": [
"can't be blank"
],
"template": [
"can't be blank"
],
"template_kind_id": [
"can't be blank"
]
},
"full_messages": [
"Name can't be blank",
"Template can't be blank",
"Template kind can't be blank"
]
}
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
config_template required |
Validations:
|
|
config_template[name] required |
template name Validations:
|
|
config_template[description] optional , nil allowed |
Validations:
|
|
config_template[template] required |
Validations:
|
|
config_template[snippet] optional , nil allowed |
Validations:
|
|
config_template[audit_comment] optional , nil allowed |
Validations:
|
|
config_template[template_kind_id] optional , nil allowed |
not relevant for snippet Validations:
|
|
config_template[template_combinations_attributes] optional , nil allowed |
Array of template combinations (hostgroup_id, environment_id) Validations:
|
|
config_template[operatingsystem_ids] optional , nil allowed |
Array of operating system IDs to associate with the template Validations:
|
|
config_template[locked] optional , nil allowed |
Whether or not the template is locked for editing Validations:
|
|
config_template[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
config_template[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|