Optional
protocolThe protocol used for communication.
Optional
ipThe IP address or hostname of the service.
Optional
portThe port number on which the service is listening.
Optional
baseThe base URI for connections using the DOIP API for HTTP Clients. See also Cordra's documentation on this API.
Optional
pathAdditional path information for the service endpoint. For HTTPS interfaces without a baseUri, the path will be used to construct a URI, along with the ipAddress and port.
Optional
serviceThe identifier for the service, typically used as the target ID for service-level operations.
Optional
protocolThe DOIP protocol version supported by the service.
Optional
publicThe public key of the service, used for verification.
Optional
interfacesInterfaces through which the service can be accessed, in addition to any interface defined at the top level of the ServiceInfo object.
Information used to connect to a DOIP service. This includes metadata about the service and information about the service's available network interfaces.
Note that because ServiceInfo extends ServiceInfoInterface, network interface information can be defined at the top level of this object or in the
interfaces
property.Example