Bug 1347786
Summary: | API Missing route /organizations/:orgid/repositories to list all repos in an organization | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Peter Vreman <peter.vreman> |
Component: | API | Assignee: | Brad Buckingham <bbuckingham> |
Status: | CLOSED ERRATA | QA Contact: | Bruno Rocha <rochacbruno> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.0 | CC: | bbuckingham, bkearney, cwelton, rochacbruno |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-02-21 16:49:54 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1122832 |
Description
Peter Vreman
2016-06-17 15:55:53 UTC
Created redmine issue http://projects.theforeman.org/issues/15487 from this bug Created upstream Katello PR : https://github.com/Katello/katello/pull/6142 Verified in: satellite-6.3.0-6.1.beta.el7sat.noarch - RHEL6 and RHEL7 Conclusion: Issue is not reproducible. Test made: [brocha@localhost ~]$ curl --insecure --user admin:XXX "-HContent-Type: application/json" "-d{\"per_page\":9999}" -XGET https://FQDN/katello/api/v2/organizations/43/repositories | python -m json.tool { "error": null, "page": 1, "per_page": 9999, "results": [ { "content_counts": { "docker_manifest": 0, "docker_tag": 0, "erratum": 5, "file": 0, "ostree_branch": 0, "package": 69, "package_group": 1, "puppet_module": 0, "rpm": 69 }, "content_type": "yum", "id": 70, "label": "Red_Hat_Satellite_Tools_6_2_for_RHEL_7_Server_RPMs_x86_64", "last_sync": { "ended_at": "2016-11-09 22:25:31 UTC", "id": "12bc821b-f4cb-475a-a098-f2d2f8c5e2cd", "progress": 1.0, "result": "success", "started_at": "2016-11-09 22:25:14 UTC", "state": "stopped", "username": "admin" }, "last_sync_words": "about 1 hour", "name": "Red Hat Satellite Tools 6.2 for RHEL 7 Server RPMs x86_64", "product": { "cp_id": "69", "id": 84, "name": "Red Hat Enterprise Linux Server", "sync_plan": [ "name", "description", "sync_date", "interval", "next_sync" ] }, "relative_path": "pNecdLxjQ/Library/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.2/os", "url": "https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/sat-tools/6.2/os" } ], "search": null, "sort": { "by": null, "order": null }, "subtotal": 1, "total": 1 } 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/RHSA-2018:0336 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/RHSA-2018:0336 |