+++ This bug was initially created as a clone of Bug #1075556 +++
It should be possible to manage bookmarks through REST API.
Bookmarks resource collection would be exposed from within the API entry point:
# GET /ovirt-engine/api
<api>
...
<link href="/ovirt-engine/api/bookmarks" rel="bookmarks"/>
...
</api>
# GET /ovirt-engine/api/bookmarks
<bookmarks>
<bookmark href="/ovirt-engine/api/bookmarks/{id}" id="{id}">
<name>test</name>
...
</bookmark>
</bookmarks>
Default REST method semantics apply:
# POST /ovirt-engine/api/bookmarks - add bookmark
# PUT /ovirt-engine/api/bookmarks/{id} - update bookmark
# DELETE /ovirt-engine/api/bookmarks/{id} - remove bookmark
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://rhn.redhat.com/errata/RHSA-2015-0158.html