PUT /api/provisioning_templates/1007981701-centos5_3_pxelinux
{
"provisioning_template": {
"template": "blah"
}
}
200
{
"template": "blah",
"locked": false,
"snippet": false,
"description": null,
"created_at": "2020-11-04 14:05:08 UTC",
"updated_at": "2020-11-04 14:05:12 UTC",
"id": 1007981701,
"name": "centos5_3_pxelinux",
"template_kind_id": 452984334,
"template_kind_name": "PXELinux",
"template_combinations": [],
"operatingsystems": [
{
"id": 309172073,
"name": "centos",
"title": "centos 5.3"
},
{
"id": 1073012828,
"name": "Redhat",
"title": "RHEL 6.1"
},
{
"id": 331303656,
"name": "Ubuntu",
"title": "Ubuntu 10.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"
},
{
"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"
}
],
"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:
|
|
provisioning_template required |
Validations:
|
|
provisioning_template[name] optional |
template name Validations:
|
|
provisioning_template[description] optional , nil allowed |
Validations:
|
|
provisioning_template[template] optional |
Validations:
|
|
provisioning_template[snippet] optional , nil allowed |
Validations:
|
|
provisioning_template[audit_comment] optional , nil allowed |
Validations:
|
|
provisioning_template[template_kind_id] optional , nil allowed |
not relevant for snippet Validations:
|
|
provisioning_template[template_combinations_attributes] optional , nil allowed |
Array of template combinations (hostgroup_id, environment_id) Validations:
|
|
provisioning_template[operatingsystem_ids] optional , nil allowed |
Array of operating system IDs to associate with the template Validations:
|
|
provisioning_template[locked] optional , nil allowed |
Whether or not the template is locked for editing Validations:
|
|
provisioning_template[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
provisioning_template[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|