ConnectionInformation Data Shape
The ConnectionInformation Data Shape defines the parameters for a connection to a remote endpoint. The information includes the type of connection and a range of ports available for the connection. The Data Shape definition contains the following fields:
Field Name
Base Type
Description
startPort
INTEGER
The lower bound on a range of ports.
endPort
INTEGER
The upper bound on a range of ports.
type
STRING
The type of connection available for the port(s). The values of this field vary for each type of Remote Access Provider. For example, the ThingWorx Internal Remote Access Provider does not use this field at all. For the Axeda eMessage Agents, this type is either "C" (Connect) or "L" (Listen).
Was this helpful?