Get Network
Retrieves a specific NetworkDevice resource.
Returns the requested network's details including its type, hardware address, and current connection status.
Path parameters
network
The network id.
Response
OK
name
Identifier for the network device resource. Format: //system.v1.engine.core.machanirobotics.com/networks/{network}
iface
System interface name for the network device (e.g., “wlan0”, “eth0”). This field is populated by the system and cannot be modified by clients.
networkType
The type of network device.
This field is populated by the system and cannot be modified by clients.
hardwareAddress
MAC address of the network interface in standard format (e.g., “00:11:22:33:44:55”). This field is populated by the system and cannot be modified by clients.
activeConnection
Reference to an active network connection if this device is currently connected. If the device is not connected, this field will not be present. This field is populated by the system and cannot be modified by clients. Format: //system.v1.engine.core.machanirobotics.com/devices/{device}/activeConnection
Errors
400
Bad Request Error