NSX-T Data Center REST API

RouteControllerBgpNeighborRoutes (type)

{
  "additionalProperties": false,
  "id": "RouteControllerBgpNeighborRoutes",
  "module_id": "PolicyRouteControllerStatistics",
  "properties": {
    "enforcement_point_path": {
      "description": "Enforcement point path",
      "readonly": true,
      "required": true,
      "title": "Enforcement point path",
      "type": "string"
    },
    "neighbor_path": {
      "description": "Neighbor path",
      "readonly": true,
      "required": true,
      "title": "Neighbor path",
      "type": "string"
    },
    "virtual_network_appliance_routes": {
      "items": {
        "$ref": "RoutesPerTransportNode"
      },
      "readonly": true,
      "required": false,
      "title": "Virtual network appliance routes",
      "type": "array"
    }
  },
  "title": "Route controller interface statistics",
  "type": "object"
}