Interface BookmarkService

    • Method Detail

      • get

        BookmarkService.GetRequest get()
        Get a bookmark. An example for getting a bookmark: [source] ---- GET /ovirt-engine/api/bookmarks/123 ---- [source,xml] ---- example_vm vm: name=example* ----
      • remove

        BookmarkService.RemoveRequest remove()
        Remove a bookmark. An example for removing a bookmark: [source] ---- DELETE /ovirt-engine/api/bookmarks/123 ----
      • update

        BookmarkService.UpdateRequest update()
        Update a bookmark. An example for updating a bookmark: [source] ---- PUT /ovirt-engine/api/bookmarks/123 ---- With the request body: [source,xml] ---- new_example_vm vm: name=new_example* ----
      • service

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