Bug 1253900
Summary: | Missing routes on API end points | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Johan Swensson <jswensso> |
Component: | API | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1.0 | CC: | bbuckingham, cwelton, rplevka |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/12315 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 08:54:38 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
Johan Swensson
2015-08-15 09:31:28 UTC
Created redmine issue http://projects.theforeman.org/issues/12315 from this bug upstream katello PR: https://github.com/Katello/katello/pull/5553 The PR will return a separate resource list for RHSM vs Katello apis. Moving to POST since upstream bug http://projects.theforeman.org/issues/12315 has been closed ------------- Brad Buckingham Applied in changeset commit:katello|a54f1f89dfc742c518935a1b926ba89ed0ad0847. VERIFIED on sat6.2.0 snap6.1 <pre> curl -k -X GET -u admin:changeme -H "Accept:application/json" "https://${SATSERVER}/rhsm" ...}, { "href": "/rhsm/consumers/:id/guestids", "rel": "guestids" }, { "href": "/rhsm/consumers/:id/content_overrides", "rel": "content_overrides" }, { "href": "/rhsm/consumers/:id/available_releases", "rel": "available_releases" }, {... </pre> The output is truncated to show only the relevant part 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:1500 |