Interface VmSessionsService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    VmSessionsServiceImpl

    public interface VmSessionsService
    extends Service
    Provides information about virtual machine user sessions.
    • Method Detail

      • list

        VmSessionsService.ListRequest list()
        Lists all user sessions for this virtual machine. For example, to retrieve the session information for virtual machine `123` send a request like this: [source] ---- GET /ovirt-engine/api/vms/123/sessions ---- The response body will contain something like this: [source,xml] ---- true
        192.168.122.1
        ...
        ---- The order of the returned list of sessions isn't guaranteed.
      • sessionService

        VmSessionService sessionService​(String id)
        Reference to the service that manages a specific session.
      • service

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