Description of problem: Using GET request with All-Content header which is set to true, we should also get the configuration of the VM as OVF. It doesn't seems to work. It works well for the snapshots collection (/api/vms/GUID/snapshots) but not for the single snapshot (/api/vms/GUID/snapshots/GUID) Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. set header All-Content to true 2. send GET request on /api/vms/<GUID1>/snapshots/<GUID2> 3. Actual results: The result doesn't contain the VM configuration (OVF) Expected results: The result should contain the VM configuration Additional info:
What specific snapshot are you using to test this? May it be the active VM? The active VM doesn't currently include the VM information, and bug 1047965 is opened to fix that. Any snapshot other than the active VM should return the OVF correctly, at least it does in my environment. Can you please double check? If this works correctly please close this bug as a duplicate of bug 1047965.
*** This bug has been marked as a duplicate of bug 1047965 ***