Service - RemoteAssistantTicket

Class
VMware.Hv.RemoteAssistantTicket
See also
RemoteAssistantTicketInfo, SessionId
Since
Horizon 7.2


Service Description

The service for fetching Microsoft Remote Assistant ticket.

Methods

Methods defined in this Service
RemoteAssistantTicket_Get

RemoteAssistantTicket_Get

Get a Microsoft Remote Assistance ticket by session Id.

Privileges

Privilege Description
REMOTE_ASSISTANCE privilege is required to get a Microsoft Remote Assistant ticket.
MACHINE_MANAGEMENT is sufficient to get Microsoft Remote Assistant ticket.

Parameters

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

SessionID to get a Microsoft Remote Assistance ticket for.

Return Value

Type Description
RemoteAssistantTicketInfoThe Microsoft Remote Assistant ticket

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
ADMIN_SESSION_REMOTE_ASSISTANT_TICKET For local sessions, if a Microsoft Remote Assistant ticket is successfully obtained.
ADMIN_SESSION_REMOTE_ASSISTANT_TICKET_FAILED For local sessions, if unable to obtain a Microsoft Remote Assistant ticket.
VLSI_FEDERATED_DESKTOP_SESSION_REMOTE_ASSISTANT_TICKET_REQUEST_SENT For remote sessions, if a request was successfully made to obtain a Microsoft Remote Assistant ticket.
VLSI_FEDERATED_DESKTOP_SESSION_REMOTE_ASSISTANT_TICKET_REQUEST_SEND_FAILED For remote sessions, if a request could not be made to obtain a Microsoft Remote Assistant ticket.

Show WSDL type definition