NSX-T Data Center REST API

RouteControllerRoutingTable (type)

{
  "additionalProperties": false,
  "id": "RouteControllerRoutingTable",
  "module_id": "PolicyRouteControllerStatistics",
  "properties": {
    "count": {
      "description": "Count",
      "title": "Count",
      "type": "int"
    },
    "error_message": {
      "description": "error message",
      "title": "Error message",
      "type": "string"
    },
    "route_entries": {
      "description": "Route entries",
      "items": {
        "$ref": "RoutingEntry"
      },
      "title": "Route entries",
      "type": "array"
    },
    "status": {
      "description": "Status",
      "enum": [
        "SUCCESS",
        "FAILURE",
        "NOT_FOUND"
      ],
      "title": "Status",
      "type": "string"
    },
    "transport_node_path": {
      "description": "Contains string path of transport node",
      "title": "Transport node path",
      "type": "string"
    },
    "virtual_network_appliance_path": {
      "description": "Contains string path of virtual network appliance",
      "title": "Virtual network appliance path",
      "type": "string"
    }
  },
  "title": "Route controller interface statistics",
  "type": "object"
}