Name
|
Base Type
|
Description
|
||
---|---|---|---|---|
agentDevice
|
THINGNAME
|
Specifies the name of the Thing to which this remote session is connected.
|
||
agentIP
|
STRING
|
The IP address of the agent device.
|
||
bytesTransferred
|
LONG
|
The number of bytes transferred during the remote session.
|
||
createdBy
|
STRING
|
The name of the user who created the session.
|
||
createdTime
|
DATETIME
|
The time at which the remote session was created.
|
||
endTime
|
DATETIME
|
The time at which the remote session was ended or terminated.
|
||
lastActivityTime
|
DATETIME
|
The last time that the ThingWorx Plataform received a status update from either GAS or RAC.
|
||
parameters
|
INFOTABLE
|
The parameters provided to the StartSession service when the user started this remote session.
|
||
remoteServer
|
THINGNAME
|
The name of the remote access server that is handling this remote session.
|
||
sessionId
|
GUID
|
The unique identifier returned from the Remote Access Server for this remote session.
|
||
status
|
STRING
|
The status of this session. The status of a remote session transitions through different states during the lifecycle of the remote session. The possible statuses are
• INITIALIZING — State set when the session is first created/persisted in the Remote Access Server.
• CREATED — State set after the session has been created successfully on the Remote Access Server.
• STARTED — State set after the agent has successfully received egress to start the session
• TERMINATED — State set when session is ended. The terminationCause field should be updated.
|
||
terminationCause
|
STRING
|
The reason that a remote session was terminated.
|
||
userIP
|
STRING
|
The IP address of the user who started this remote session.
|