PUT /api/config_templates/1007981701-centos5_3_pxelinux
{
"operatingsystem_ids": [
"442321401-Solaris 5-10"
],
"config_template": {
"operatingsystem_ids": [
"442321401-Solaris 5-10"
]
}
}
200
{
"template": "default linux~label linux~kernel <%= @kernel %>~append initrd=<%= @initrd %> ks=<%= foreman_url(\"kickstart\")%> ksdevice=bootif network kssendmac",
"locked": false,
"snippet": false,
"audit_comment": null,
"created_at": "2019-11-07 08:35:49 UTC",
"updated_at": "2019-11-07 08:35:49 UTC",
"id": 1007981701,
"name": "centos5_3_pxelinux",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux",
"template_combinations": [],
"operatingsystems": [
{
"id": 442321401,
"name": "Solaris",
"title": "Solaris 5.10"
}
],
"os_default_templates": [
{
"id": 281110143,
"provisioning_template_id": 1007981701,
"provisioning_template_name": "centos5_3_pxelinux",
"template_kind_id": 710512633,
"template_kind_name": null,
"operatingsystem_id": 1073012828,
"operatingsystem_name": "RHEL 6.1",
"config_template_id": 1007981701,
"config_template_name": "centos5_3_pxelinux"
},
{
"id": 638205575,
"provisioning_template_id": 1007981701,
"provisioning_template_name": "centos5_3_pxelinux",
"template_kind_id": 710512633,
"template_kind_name": null,
"operatingsystem_id": 331303656,
"operatingsystem_name": "Ubuntu 10.10",
"config_template_id": 1007981701,
"config_template_name": "centos5_3_pxelinux"
}
],
"locations": [],
"organizations": []
}
| 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:
|
|
id required |
Validations:
|
|
config_template required |
Validations:
|
|
config_template[name] optional |
template name Validations:
|
|
config_template[description] optional , nil allowed |
Validations:
|
|
config_template[template] optional |
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:
|