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 possible values are "C" (Connect) or "L" (Listen).
Was this helpful?