NSX-T Data Center REST API

BgpNeighborRouteDetails (type)

{
  "additionalProperties": false,
  "description": "BGP neighbor learned/advertised route details.",
  "id": "BgpNeighborRouteDetails",
  "module_id": "AggSvcLogicalRouter",
  "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"
    }
  },
  "title": "BGP neighbor route details",
  "type": "object"
}