BgpNeighborRouteDetailsInCsvFormat
Properties
string
file_name
Optional
File name set by HTTP server if API returns CSV result as a file.
array of
BgpNeighborRouteDetailsCsvRecord
results
Optional
BGP neighbor learned/advertised route details.
Returned By
Get BGP Neighbor Advertised Routes CSV
Get BGP Neighbor Routes CSV
Extends
CsvListResult
JSON Example
{
"file_name": "string",
"results": [
{
"as_path": "string",
"local_pref": 0,
"logical_router_id": "string",
"med": 0,
"neighbor_address": "string",
"neighbor_id": "string",
"network": "string",
"next_hop": "string",
"source_address": "string",
"transport_node_id": "string",
"weight": 0
}
]
}