Bug 1132501
Summary: | [GUI over REST API gaps] missing GetVmTemplatesFromStorageDomain | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Einav Cohen <ecohen> |
Component: | ovirt-engine-restapi | Assignee: | Allon Mureinik <amureini> |
Status: | CLOSED DUPLICATE | QA Contact: | Aharon Canan <acanan> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | amureini, bazulay, derez, ecohen, gklein, iheim, juan.hernandez, lsurette, oramraz, rbalakri, Rhev-m-bugs, scohen, tnisan, yeylon, ykaul |
Target Milestone: | ovirt-3.6.3 | Keywords: | Reopened |
Target Release: | 3.6.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | storage | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-20 14:42:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1132506 |
Description
Einav Cohen
2014-08-21 13:03:17 UTC
This information is already available, using a search query: #!/bin/sh -x url="https://ovirt.example.com/ovirt-engine/api" user="admin@internal" password="******" curl \ --verbose \ --insecure \ --request GET \ --user "${user}:${password}" \ --header "Accept: application/xml" \ "${url}/templates?search=storage%3Dmydata" @Juan - this query is used by the UserPortal which requires a filtered list according to user permissions. The search mechanism doesn't support that filtering, do we plan to introduce such functionality when moving the UI on top of the rest-api? Or maybe we can invoke this query on the specific search request? Bug 1155967 is requesting implementation of the "search" mechanism combined with the "Filter" header, but it won't probably be implemented for 3.6, thus I'm reopening this bug. Bug 1155967 has been re-targed for 3.6, so this can be now be closed as a duplicate, as it will be possible to use the mechanism described in comment 1 combined with the "Filter" header. *** This bug has been marked as a duplicate of bug 1155967 *** |