Service - WS1Assist

Class
VMware.Hv.WS1Assist
See also
SessionId, WS1AssistAgentId, WS1AssistAgentStatus, WS1AssistSessionSpec
Since
Horizon 8.2


Service Description

The service for fetching Workspace ONE Assist status or agent ID for a session.

Methods

Methods defined in this Service
WS1Assist_GetWS1AgentAssistStatus, WS1Assist_GetWS1AssistAgentId

WS1Assist_GetWS1AgentAssistStatus

Get the Workspace ONE Assist status from a session.

Privileges

Privilege Description
MACHINE_VIEW Machine read with the corresponding access group permission is sufficient to get a session's Workspace ONE Assist status.
POOL_VIEW Desktop read with the corresponding access group permission is sufficient to get a session's Workspace ONE Assist status.
FEDERATED_SESSIONS_VIEW Global session read is sufficient to get a session's Workspace ONE Assist status.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the WS1Assist used to make the method call.
idSessionId

SessionID .

Return Value

Type Description
WS1AssistAgentStatusWS1AssistAgentStatus for the session.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



WS1Assist_GetWS1AssistAgentId

Get the Workspace ONE Assist agent ID from a session.

Privileges

Privilege Description
REMOTE_ASSISTANCE privilege is required to get a Workspace ONE Assist token.
MACHINE_MANAGEMENT is sufficient to get Workspace ONE Assist token.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the WS1Assist used to make the method call.
ws1AssistSessionSpecWS1AssistSessionSpec



Return Value

Type Description
WS1AssistAgentIdWS1AssistAgentId for the session

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
HELPDESK_GET_WS1_ASSIST_AGENT_ID For local sessions, if a Workspace ONE Assist agent ID is successfully obtained.

Show WSDL type definition