Bug 867339
| Summary: | [RFE] Missing operations for snapshots in RESTAPI | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Petr Dufek <pdufek> |
| Component: | ovirt-engine-restapi | Assignee: | Maor <mlipchuk> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Gadi Ickowicz <gickowic> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | acanan, acathrow, amureini, bazulay, bugzilla-qe-tlv, ecohen, gickowic, iheim, jkt, mlipchuk, nlevinki, pablo.iranzo, Rhev-m-bugs, rnori, scohen, sgotliv, yeylon |
| Target Milestone: | --- | Keywords: | AutomationBlocker, FutureFeature, Improvement |
| Target Release: | 3.4.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | storage | ||
| Fixed In Version: | av4 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-12 14:03:27 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: | 1084186 | ||
|
Description
Petr Dufek
2012-10-17 10:53:17 UTC
link : http://gerrit.ovirt.org/#/c/11163/ change id : If2bbf6ba2c3f71230d3fdd98ca60c0c3d0f902fb Verified rhevm-3.3.0-0.5.master.el6ev.noarch reverted due to engine inability to provide infrastructure that works for restapi, (please revert original commit [1]) [1] http://gerrit.ovirt.org/#/c/11163/ *** Bug 1018554 has been marked as a duplicate of this bug. *** This bug is currently attached to errata RHEA-2013:15231. If this change is not to be documented in the text for this errata please either remove it from the errata, set the requires_doc_text flag to minus (-), or leave a "Doc Text" value of "--no tech note required" if you do not have permission to alter the flag. Otherwise to aid in the development of relevant and accurate release documentation, please fill out the "Doc Text" field above with these four (4) pieces of information: * Cause: What actions or circumstances cause this bug to present. * Consequence: What happens when the bug presents. * Fix: What was done to fix the bug. * Result: What now happens when the actions or circumstances above occur. (NB: this is not the same as 'the bug doesn't present anymore') Once filled out, please set the "Doc Type" field to the appropriate value for the type of change made and submit your edits to the bug. For further details on the Cause, Consequence, Fix, Result format please refer to: https://bugzilla.redhat.com/page.cgi?id=fields.html#cf_release_notes Thanks in advance. Verified on is4.
preview, commit and undo work as expected:
POST /api/{vm:id}/{preview|commit|undo}_snapshot
BODY:
<action>
</action>
for preview body requires <action><snapshot id="{snapshot:id}"></snapshot></action>
Not verified on is4 as per comment 13, verified on AV4. Closing as part of 3.4.0 |