NSX-T Data Center REST API
PolicyEdgeNodeBgpNeighborAdvertisedRoutes (type)
{
"additionalProperties": false,
"extends": {
"$ref": "BgpNeighborRouteDetails"
},
"id": "PolicyEdgeNodeBgpNeighborAdvertisedRoutes",
"module_id": "PolicyEdgeClusterStatistics",
"properties": {
"logical_router_id": {
"readonly": true,
"required": true,
"title": "Logical router id",
"type": "string"
},
"neighbor_address": {
"$ref": "IPAddress",
"description": "BGP neighbor peer IP address.",
"readonly": true,
"required": true,
"title": "Neighbor IP address"
},
"neighbor_id": {
"readonly": true,
"required": true,
"title": "BGP neighbor id",
"type": "string"
},
"per_transport_node_routes": {
"description": "Array of BGP neighbor route details per transport node.",
"items": {
"$ref": "RoutesPerTransportNode"
},
"readonly": true,
"required": false,
"title": "Route details per transport node",
"type": "array"
}
},
"type": "object"
}