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.
Updated by Ohad Levy almost 13 years ago
- Status changed from New to Resolved
this was already done for 0.4
Updated by Marcello de Sousa over 12 years ago
- Status changed from Resolved to Feedback
- Assignee set to Ohad Levy
- Target version set to 1.0
This is not working yet. The patches are available here but are not committed in the current develop branch:
https://github.com/eedri/foreman/commit/79950a62f02913ebd780c0396028b6c52221c26a#L2R689
Updated by Ohad Levy over 12 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100
Applied in changeset 79cb5cc0a019c4757a90b4e69d3264a30f7f54d1.
Actions