Bug 1376355

Summary: API /katello/api/hosts/:host_id/host_collections raise an exception
Product: Red Hat Satellite Reporter: Ranjan Kumar <rankumar>
Component: APIAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bbuckingham
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: x86_64   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-22 19:20:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ranjan Kumar 2016-09-15 08:25:34 UTC
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

Comment 1 Brad Buckingham 2016-09-22 19:20:33 UTC
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 ***