Get Connection

Retrieves a specific NetworkConnection resource. Returns the full connection configuration for the requested connection.

Path parameters

networkstringRequired
The network id.
connectionstringRequired
The connection id.

Response

OK
namestring

Identifier for the network connection resource. Format: //system.v1.engine.core.machanirobotics.com/networks/{network}/connections/{connection}

ipv4Configobject

IPv4-specific connection configuration. If not specified, default system IPv4 configuration will be used.

ipv6Configobject

IPv6-specific connection configuration. If not specified, default system IPv6 configuration will be used.

wifiobject

WiFi-specific configuration. Must be specified if the associated Network has network_type=TYPE_WIFI.

ethernetobject

Ethernet-specific configuration. Must be specified if the associated Network has network_type=TYPE_ETHERNET.

Errors

400
Bad Request Error