Bug 1376355 - API /katello/api/hosts/:host_id/host_collections raise an exception
Summary: API /katello/api/hosts/:host_id/host_collections raise an exception
Keywords:
Status: CLOSED DUPLICATE of bug 1372372
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: API
Version: 6.2.0
Hardware: x86_64
OS: All
unspecified
medium
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-15 08:25 UTC by Ranjan Kumar
Modified: 2020-04-15 14:40 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-22 19:20:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.