Skip to content

Data Object - GlobalSessionQueryServiceQuerySpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.users.GlobalSessionQueryService.QuerySpec

Parameter to

GlobalSessionQueryService_QueryWithSpec

See also

DesktopId, GlobalApplicationEntitlementId, GlobalEntitlementId, PodId, UserOrGroupId

Since

Horizon View 6.2

Data Object Description

QuerySpec for filtering the sessions 2

Data Object Properties

Name Type Description
user UserOrGroupId Unique identifier for user.
Exactly one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value, querying can be done with exactly one of these fields. 1
pod PodId ID of the pod hosting the session.
Exactly one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value, querying can be done with exactly one of these fields. 1
brokeringPod PodId ID of pod that brokered the session.
Exactly one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value, querying can be done with exactly one of these fields. 1
desktop DesktopId Desktop pool id.
Exactly one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value, querying can be done with exactly one of these fields. 1
clientName xsd:string Client machine name.
Exactly one of the user, pod, brokeringPod, desktop, clientName values must be set to non null value, querying can be done with exactly one of these fields. Since Horizon 7.2 1
globalEntitlement GlobalEntitlementId GlobalEntitlement unique identifier for global entitlement.
Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set. 1
globalApplicationEntitlement GlobalApplicationEntitlementId GlobalEntitlement unique identifier for global application entitlement.
Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set. 1
sortBy xsd:string sortBy Member name to sort results by. 1
sortDescending xsd:boolean sortDescending Sort order: false (ascending) by default. 1
maxPageSize xsd:int maxPageSize Maximum page size to return (the server may use a smaller size). 1

  1. This property need not be set. 

  2. This data object must be updated as a whole.