PUT /api/hostgroups/928644286
{
"hostgroup": {
"group_parameters_attributes": [
{
"name": "foo",
"value": "new_value"
}
]
}
}
200
{
"subnet_id": null,
"subnet_name": null,
"operatingsystem_id": null,
"operatingsystem_name": null,
"domain_id": null,
"domain_name": null,
"compute_profile_id": null,
"compute_profile_name": null,
"ancestry": null,
"parent_id": null,
"parent_name": null,
"ptable_id": null,
"ptable_name": null,
"medium_id": null,
"medium_name": null,
"pxe_loader": null,
"subnet6_id": null,
"subnet6_name": null,
"compute_resource_id": null,
"compute_resource_name": null,
"architecture_id": null,
"architecture_name": null,
"realm_id": null,
"realm_name": null,
"created_at": "2021-09-01 13:14:38 UTC",
"updated_at": "2021-09-01 13:14:38 UTC",
"id": 928644286,
"name": "hostgroup179",
"title": "hostgroup179",
"description": null,
"puppet_proxy_id": null,
"puppet_proxy_name": null,
"puppet_ca_proxy_id": null,
"puppet_ca_proxy_name": null,
"puppet_proxy": null,
"puppet_ca_proxy": null,
"inherited_compute_profile_id": null,
"inherited_domain_id": null,
"inherited_puppet_proxy_id": null,
"inherited_puppet_ca_proxy_id": null,
"inherited_compute_resource_id": null,
"inherited_operatingsystem_id": null,
"inherited_architecture_id": null,
"inherited_medium_id": null,
"inherited_ptable_id": null,
"inherited_subnet_id": null,
"inherited_subnet6_id": null,
"inherited_realm_id": null,
"inherited_pxe_loader": null,
"parameters": [
{
"priority": 60,
"created_at": "2021-09-01 13:14:39 UTC",
"updated_at": "2021-09-01 13:14:39 UTC",
"id": 767575239,
"name": "foo",
"parameter_type": "string",
"value": "new_value"
}
],
"template_combinations": [],
"locations": [
{
"id": 255093256,
"name": "Location 1",
"title": "Location 1",
"description": null
}
],
"organizations": [
{
"id": 447626438,
"name": "Organization 1",
"title": "Organization 1",
"description": null
}
]
}
| 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:
|
|
hostgroup required |
Validations:
|
|
hostgroup[name] optional |
Name of the host group Validations:
|
|
hostgroup[description] optional , nil allowed |
Host group description Validations:
|
|
hostgroup[parent_id] optional , nil allowed |
Parent ID of the host group Validations:
|
|
hostgroup[compute_profile_id] optional , nil allowed |
Compute profile ID Validations:
|
|
hostgroup[compute_resource_id] optional , nil allowed |
Compute resource ID Validations:
|
|
hostgroup[operatingsystem_id] optional , nil allowed |
Operating system ID Validations:
|
|
hostgroup[architecture_id] optional , nil allowed |
Architecture ID Validations:
|
|
hostgroup[pxe_loader] optional , nil allowed |
DHCP filename option (Grub2/PXELinux by default) Validations:
|
|
hostgroup[medium_id] optional , nil allowed |
Media ID Validations:
|
|
hostgroup[ptable_id] optional , nil allowed |
Partition table ID Validations:
|
|
hostgroup[subnet_id] optional , nil allowed |
Subnet ID Validations:
|
|
hostgroup[subnet6_id] optional , nil allowed |
Subnet IPv6 ID Validations:
|
|
hostgroup[domain_id] optional , nil allowed |
Domain ID Validations:
|
|
hostgroup[realm_id] optional , nil allowed |
Realm ID Validations:
|
|
hostgroup[group_parameters_attributes] optional , nil allowed |
Array of parameters Validations:
|
|
hostgroup[group_parameters_attributes][name] optional |
Name of the parameter Validations:
|
|
hostgroup[group_parameters_attributes][value] optional |
Parameter value Validations:
|
|
hostgroup[group_parameters_attributes][parameter_type] optional , nil allowed |
Type of value Validations:
|
|
hostgroup[group_parameters_attributes][hidden_value] optional , nil allowed |
Validations:
|
|
hostgroup[puppet_proxy_id] optional , nil allowed |
Puppet proxy ID Validations:
|
|
hostgroup[puppet_ca_proxy_id] optional , nil allowed |
Puppet CA proxy ID Validations:
|
|
hostgroup[root_pass] optional , nil allowed |
Root password on provisioned hosts Validations:
|
|
hostgroup[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
|
hostgroup[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|