POST /api/config_templates/1007981701-centos5_3_pxelinux/clone
{
"config_template": {
"name": "MyClone"
}
}
201
{
"id": 1007981803,
"name": "MyClone",
"template": "default linux~label linux~kernel <%= @kernel %>~append initrd=<%= @initrd %> ks=<%= foreman_url(\"kickstart\")%> ksdevice=bootif network kssendmac",
"snippet": false,
"template_kind_id": 452984334,
"created_at": "2018-11-15T19:02:40.855Z",
"updated_at": "2018-11-15T19:02:40.855Z",
"locked": false,
"default": false,
"vendor": null,
"os_family": null
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
id required |
Validations:
|
|
config_template required |
Validations:
|
|
config_template[name] required |
template name Validations:
|