Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
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.