Data Object - GlobalSessionQueryServiceQuerySpec

Class
VMware.Hv.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

Data Object Properties

Properties

Name Type Description
userUserOrGroupId

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.
  • This property need not be set.
podPodId

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.
  • This property need not be set.
brokeringPodPodId

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.
  • This property need not be set.
desktopDesktopId

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.
  • This property need not be set.
clientNamexsd: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
  • This property need not be set.
globalEntitlementGlobalEntitlementId

GlobalEntitlement unique identifier for global entitlement.
Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set.
  • This property need not be set.
globalApplicationEntitlementGlobalApplicationEntitlementId

GlobalEntitlement unique identifier for global application entitlement.
Either globalEntitlement or globalApplicationEntitlement can be set. At most one of these fields can be set.
  • This property need not be set.
sortByxsd:string

sortBy Member name to sort results by.
  • This property need not be set.
sortDescendingxsd:boolean

sortDescending Sort order: false (ascending) by default.
  • This property need not be set.
maxPageSizexsd:int

maxPageSize Maximum page size to return (the server may use a smaller size).
  • This property need not be set.