|
The RemoteAccessible Thing in the following table is a ThingWorx representation of a remote device that implements the RemoteAccessible Thing Shape. If custom Thing Templates exist for your devices, this Thing Shape may be implemented by the custom Thing Template and inherited by the device Things created using that Thing Template.
|
Field Name
|
Base Type
|
Description
|
---|---|---|
configId
|
STRING
|
Unique identifier that is the primary key for the configuration.
|
remoteEndpoint
|
STRING
|
The name of the RemoteEndpoint that is defined by the RemoteAccessible Thing.
|
thingName
|
THINGNAME
|
The name of the RemoteAccessible Thing.
|
thingTemplate
|
THINGTEMPLATENAME
|
The name of the Thing Template used when adding the device to ThingWorx.
|
isAutoLaunch
|
BOOLEAN
|
The value of this field (true or false) indicates wither the Remote Access Client should attempt to launch a command automatically. For example, once a remote session is established, the RAC can automatically launch an SSH terminal or Axeda Desktop Viewer when this field is set to true.
|
defaultCommand
|
STRING
|
The command that the Remote Access Client attempts to launch by default if no other command is specified.
|