Class VmSessionsServiceImpl

    • Constructor Detail

    • Method Detail

      • list

        public VmSessionsService.ListRequest list()
        Description copied from interface: VmSessionsService
        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.
        Specified by:
        list in interface VmSessionsService