DiscoveredInboundEndpoints interface
用于连接到设备的终结点。
属性
| additional |
字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。 |
| address | 端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。 |
| endpoint |
连接终端节点的类型。 |
| last |
发现终端节点时的时间戳 (UTC)。 |
| supported |
设备支持的入站连接身份验证方法列表。 |
| version | 与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。 |
属性详细信息
additionalConfiguration
字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。
additionalConfiguration?: string
属性值
string
address
端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。
address: string
属性值
string
endpointType
连接终端节点的类型。
endpointType: string
属性值
string
lastUpdatedOn
发现终端节点时的时间戳 (UTC)。
lastUpdatedOn?: Date
属性值
Date
supportedAuthenticationMethods
设备支持的入站连接身份验证方法列表。
supportedAuthenticationMethods?: string[]
属性值
string[]
version
与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。
version?: string
属性值
string