Actions
Bug #1115
closedHost parameters are not available via the API
Description
If a host has parameters, these are not available/editable via the API.
i.e.
curl -H "Content-Type:application/json" -H "Accept:application/json" http://foreman:3000/hosts/FQDN
Does not return the hosts parameters. The parameters that should be returned are host level and not ones that are inherited from a group or domain etc.
Actions