Bug 1331875
| Summary: | undefined method `id' for nil:NilClass in katello/api/v2/host_collections | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Andrew Kofink <akofink> | |
| Component: | API | Assignee: | Andrew Kofink <akofink> | |
| Status: | CLOSED ERRATA | QA Contact: | Bruno Rocha <rochacbruno> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | Unspecified | CC: | aagrawal, ajambhul, anerurka, bbuckingham, bkearney, gapatil, jcallaha, mmccune, omaciel, oshtaier, pmoravec, rochacbruno, xdmoon | |
| Target Milestone: | Unspecified | |||
| Target Release: | Unused | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| URL: | http://projects.theforeman.org/issues/14889 | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1415679 (view as bug list) | Environment: | ||
| Last Closed: | 2018-02-21 16:54:17 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: | 1415679 | |||
|
Description
Andrew Kofink
2016-04-29 21:22:05 UTC
Created redmine issue http://projects.theforeman.org/issues/14889 from this bug *** Bug 1321053 has been marked as a duplicate of this bug. *** Moving to POST since upstream bug http://projects.theforeman.org/issues/14889 has been closed *** Bug 1370442 has been marked as a duplicate of this bug. *** Note: the same error can be observed by executing the following via hammer-cli: hammer -u admin -p mypassword host-collection list *** Bug 1392755 has been marked as a duplicate of this bug. *** VErified in:
satellite-6.3.0-6.1.beta.el7sat.noarch - RHEL7
Conclusion:
Works properly.
[brocha@localhost ~]$ curl --insecure --user admin:xxxx "-HContent-Type: application/json" "-d{\"per_page\":9999}" -XGET /katello/api/v2/host_collections | python -m json.tool
{
"error": null,
"page": 1,
"per_page": 9999,
"results": [
{
"created_at": "2016-11-10 19:59:39 UTC",
"description": null,
"id": 1,
"max_hosts": null,
"name": "foocol",
"organization_id": 33,
"permissions": {
"deletable": true,
"editable": true
},
"total_hosts": 2,
"unlimited_hosts": true,
"updated_at": "2016-11-10 19:59:39 UTC"
}
],
"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
|