| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
id | QueryId |
from a result set.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to return a count of query results. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
user | UserOrGroupId |
unique identifier for user or group
|
pod | PodId |
unique identifier for pod
|
brokeringPod | PodId |
unique identifier for brokering pod
|
globalEntitlement | GlobalEntitlementId |
unique identifier for global entitlement
|
Return Value
Type | Description |
---|---|
GlobalSessionPodSessionCounter[] | PodSessionCounter with session counts broken down by pods |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to return a count of query results. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
countSpec | GlobalSessionQueryServiceCountSpec |
|
Return Value
Type | Description |
---|---|
GlobalSessionPodSessionCounter[] | PodSessionCounter with session counts broken down by pods |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidRequest | Thrown if both globalEntitlement and globalApplicationEntitlement are set to non null values. If any two or more fields of user, pod, brokeringPod, desktop, clientName are set to non null values. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
id | QueryId |
from a result set.
|
Return Value
Type | Description |
---|---|
QueryResults | next page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to query by brokering pod. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
pod | PodId |
unique identifier for brokering pod
|
globalEntitlement | GlobalEntitlementId |
unique identifier for global entitlement
|
sortBy | xsd:string |
Member name to sort results by.
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
|
Return Value
Type | Description |
---|---|
QueryResults | one page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to query by desktop. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
desktop | DesktopId |
unique identifier for desktop
|
globalEntitlement | GlobalEntitlementId |
unique identifier for global entitlement
|
sortBy | xsd:string |
Member name to sort results by.
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
|
Return Value
Type | Description |
---|---|
QueryResults | one page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to query by resource/destination pod. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
pod | PodId |
unique identifier for pod
|
globalEntitlement | GlobalEntitlementId |
unique identifier for global entitlement
|
sortBy | xsd:string |
Member name to sort results by.
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
|
Return Value
Type | Description |
---|---|
QueryResults | one page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to query by user. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
user | UserOrGroupId |
unique identifier for user
|
globalEntitlement | GlobalEntitlementId |
unique identifier for global entitlement
|
sortBy | xsd:string |
Member name to sort results by.
|
sortDescending | xsd:boolean |
Sort order: false (ascending) by default.
|
maxPageSize | xsd:int |
Maximum page size to return (the server may use a smaller size).
|
Return Value
Type | Description |
---|---|
QueryResults | one page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
FEDERATED_SESSIONS_VIEW | Global session read is required to query by user. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the GlobalSessionQueryService used to make the method call. |
querySpec | GlobalSessionQueryServiceQuerySpec |
querySpec to filter the results
|
Return Value
Type | Description |
---|---|
QueryResults | one page of results. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidRequest | Thrown if both globalEntitlement and globalApplicationEntitlement are set to non null values. If any two or more fields of user, pod, brokeringPod, desktop, clientName are set to non null values. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |