Bug 1549661
| Summary: | [RFE] Support RestAPI Primary Collection for Containers (object) | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Loic Avenel <lavenel> | |
| Component: | API | Assignee: | abellott | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Parthvi Vala <pvala> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.9.0 | CC: | abellott, mkourim, obarenbo, pvala | |
| Target Milestone: | GA | Keywords: | FutureFeature, TestOnly, ZStream | |
| Target Release: | 5.10.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1552809 (view as bug list) | Environment: | ||
| Last Closed: | 2019-02-11 14:00:14 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: | 1552809 | |||
|
Description
Loic Avenel
2018-02-27 15:28:24 UTC
New commit detected on ManageIQ/manageiq-api/master: https://github.com/ManageIQ/manageiq-api/commit/a993ae19f7713ece6686752d1a060fb5a86499ff commit a993ae19f7713ece6686752d1a060fb5a86499ff Author: Alberto Bellotti <abellott> AuthorDate: Wed Feb 28 10:03:12 2018 -0500 Commit: Alberto Bellotti <abellott> CommitDate: Thu Mar 1 07:19:43 2018 -0500 Adding support for /api/containers primary collection. GET /api/containers GET /api/containers/:id POST /api/containers - bulk action "query" https://bugzilla.redhat.com/show_bug.cgi?id=1549661 app/controllers/api/containers_controller.rb | 4 ++++ config/api.yml | 18 ++++++++++++++++++ spec/requests/collections_spec.rb | 10 ++++++++++ 3 files changed, 32 insertions(+) create mode 100644 app/controllers/api/containers_controller.rb FIXED. Verified on 5.10.0.30.20181218191323_900a416. |