Hide Forgot
Cloning for 6.1.z
Verified in Satellite 6.1.10 Snap 1.1. You can now see the parameters for a location when using the parameters path. However, you cannot view the parameters when visiting the base path. As this issue does not stop us from viewing the parameters, I will not fail this bug, instead a new one will be filed. GET https://rhsm-qe-1.rhq.lab.eng.bos.redhat.com/api/v2/locations/3/parameters/ { "total": 2, "subtotal": 2, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "id": 3, "name": "param1", "value": "first test parameter", "priority": null, "created_at": "2016-09-21T20:38:04Z", "updated_at": "2016-09-21T20:38:04Z" }, { "id": 4, "name": "param2", "value": "second test parameter", "priority": null, "created_at": "2016-09-21T20:38:04Z", "updated_at": "2016-09-21T20:38:04Z" } ] } GET https://rhsm-qe-1.rhq.lab.eng.bos.redhat.com/api/v2/locations/3 { "id": 3, "name": "Brand New Location", "title": "Default Location/Brand New Location", "created_at": "2016-09-20T19:31:12Z", "updated_at": "2016-09-21T20:38:34Z", "select_all_types": [ "ConfigTemplate", "Hostgroup" ], "description": "", "parameters": [ {}, {} ], "users": [], "smart_proxies": [], "subnets": [], "compute_resources": [], "media": [], "config_templates": [], "domains": [], "environments": [], "hostgroups": [], "organizations": [] }
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1938