RoutingTable

RoutingTable
RoutingTable

Routing table.

JSON Example
{
    "count": 0,
    "edge_node": "string",
    "route_entries": [
        {
            "admin_distance": 0,
            "network": "string",
            "next_hop": "string",
            "route_type": "string"
        }
    ]
}
integer As int32 As int32
count
Optional

Entry count.

string
edge_node
Optional

Transport node ID.

route_entries
Required

Route entries.