Description of problem: The "snapshots" subcollection /api/vms/:vm_id/snapshots supports actions like "create" and "delete", but doesn't list any of them. Same for resources in /api/vms/:vm_id/snapshots/:id - no actions listed. This is inconsistent with other subcollections like /api/vms/:vm_id/tags that list supported actions. Version-Release number of selected component (if applicable): 5.8.0.7 How reproducible: Very Steps to Reproduce: 1. GET /api/vms/:vm_id/snapshots 2. GET /api/vms/:vm_id/snapshots/:id Actual results: supported actions are not listed
Fixed in https://github.com/ManageIQ/manageiq/pull/14033
Verified that on 5.8.0.10-beta1 actions "create" and "delete" are listed.
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-2017:1367