NetworkService - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

Network service ,uses a UNIX Domain Socket "/var/run/devicemodel/network.sock" for GRPC communication. protoc generates both client and server instance for this Service. GRPC Status codes : https://developers.google.com/maps-booking/reference/grpc-api/status_codes .

Method Name Request Type Response Type Description
GetAllInterfaces .google.protobuf.Empty NetworkSettings Returns the settings of all ethernet typed network interfaces
GetInterfaceWithMac NetworkInterfaceRequest Interface Returns the current setting for the interface, with given MAC address.
GetInterfaceWithLabel NetworkInterfaceRequestWithLabel Interface Returns the current setting for the interface, with given Label.
ApplySettings NetworkSettings .google.protobuf.Empty Applies given configurations to Network Interfaces.