Get Logical Router Route Table
Deprecated - Please use /logical-routers/
logical-router-id
Opaque cursor to be used for getting next page of records (supplied by current result page)
Comma separated list of fields that should be included to result of query
Maximum number of results to return in this page (server may return fewer)
sort_ascending
Field by which records are sorted
Data source type.
TransportNode Id
Success
{
"_self": {
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"logical_router_name": "string",
"last_update_timestamp": 0,
"logical_router_id": "string",
"results": [
{
"lr_component_id": "string",
"next_hop": "string",
"lr_component_type": "string",
"network": "string",
"route_type": "string",
"logical_router_port_id": "string",
"admin_distance": 0
}
]
}