Interface VmSessionsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmSessionsService

    public static interface VmSessionsService.ListResponse
    extends Response
    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.