Hide Forgot
Description of problem: The API '/katello/api/hosts/:host_id/host_collections' provided in apidoc raise an exception "The page you were looking for doesn't exist." Version-Release number of selected component (if applicable): Satellite 6.2 How reproducible: Always Steps to Reproduce: 1. Using curl command hit below command curl -k -u admin:<password> https://<satellite-url>/katello/api/v2/hosts/3/host_collections Actual results: <h1>The page you were looking for doesn't exist.</h1> <p>You may have mistyped the address or the page may have moved.</p> Expected results: It should list host collections containing a content host
Bug 1372372 is currently addressing this particular issue for both the API and CLI. It should be noted that as of Satellite 6.2 with the host unification feature, the APIs will change from : /katello/api/hosts ... to /api/hosts ... *** This bug has been marked as a duplicate of bug 1372372 ***