AutoLaunchConfig Data Shape
Installed in ThingWorx when you import the ThingWorx Remote Access Extension (RAE), this Data Shape defines the fields for the configuration of the auto-launch feature of the ThingWorx Remote Access Client (RAC). This feature allows you to set up a command that you want the RAC to launch automatically when a remote session is started.
This Data Shape is only visible to ThingWorx administrators. Non-administrators cannot view or perform any create, read, update, or delete operations on the stored fields. To ensure input validation and enforcement of security rules, all create, update, and delete operations on an Auto Launch configuration are processed through the Remote Access Subsystem.
This following table briefly describes these fields.
* 
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.
Was this helpful?