DiscoveredInboundEndpoints interface
An endpoint to connect to the device.
Properties
| additional |
Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF). |
| address | The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com). |
| endpoint |
Type of connection endpoint. |
| last |
The timestamp (in UTC) when the endpoint was discovered. |
| supported |
List of supported authentication methods supported by device for Inbound connections. |
| version | Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc. |
Property Details
additionalConfiguration
Stringified JSON that contains configuration to be used by the connector (e.g., OPC UA, ONVIF).
additionalConfiguration?: string
Property Value
string
address
The endpoint address & port. This can be either an IP address (e.g., 192.168.1.1) or a fully qualified domain name (FQDN, e.g., server.example.com).
address: string
Property Value
string
endpointType
Type of connection endpoint.
endpointType: string
Property Value
string
lastUpdatedOn
The timestamp (in UTC) when the endpoint was discovered.
lastUpdatedOn?: Date
Property Value
Date
supportedAuthenticationMethods
List of supported authentication methods supported by device for Inbound connections.
supportedAuthenticationMethods?: string[]
Property Value
string[]
version
Protocol version associated with the endpoint e.g. 1 or 2 for endpointType Microsoft.HTTP, and 3.5 or 5.0 for endpointType Microsoft.Mqtt etc.
version?: string
Property Value
string