DiscoveredAssetEndpointProfileUpdateProperties interface

The updatable properties of the DiscoveredAssetEndpointProfile.

Properties

additionalConfiguration

Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).

discoveryId

Identifier used to detect changes in the asset endpoint profile.

endpointProfileType

Defines the configuration for the connector type that is being used with the endpoint profile.

supportedAuthenticationMethods

List of supported authentication methods supported by the target server.

targetAddress

The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.

version

An integer that is incremented each time the resource is modified.

Property Details

additionalConfiguration

Stringified JSON that contains connectivity type specific further configuration (e.g. OPC UA, Modbus, ONVIF).

additionalConfiguration?: string

Property Value

string

discoveryId

Identifier used to detect changes in the asset endpoint profile.

discoveryId?: string

Property Value

string

endpointProfileType

Defines the configuration for the connector type that is being used with the endpoint profile.

endpointProfileType?: string

Property Value

string

supportedAuthenticationMethods

List of supported authentication methods supported by the target server.

supportedAuthenticationMethods?: string[]

Property Value

string[]

targetAddress

The local valid URI specifying the network address/DNS name of a southbound device. The scheme part of the targetAddress URI specifies the type of the device. The additionalConfiguration field holds further connector type specific configuration.

targetAddress?: string

Property Value

string

version

An integer that is incremented each time the resource is modified.

version?: number

Property Value

number