Interface BookmarksService

    • Method Detail

      • add

        BookmarksService.AddRequest add()
        Adding a new bookmark. Example of adding a bookmark: [source] ---- POST /ovirt-engine/api/bookmarks ---- [source,xml] ---- new_example_vm vm: name=new_example* ----
      • list

        BookmarksService.ListRequest list()
        Listing all the available bookmarks. Example of listing bookmarks: [source] ---- GET /ovirt-engine/api/bookmarks ---- [source,xml] ---- database vm: name=database* example vm: name=example* ---- The order of the returned bookmarks isn't guaranteed.
      • bookmarkService

        BookmarkService bookmarkService​(String id)
        A reference to the service managing a specific bookmark.
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.