NSX-T Data Center REST API
RouteControllerInterfaceStatistics (type)
{
"additionalProperties": false,
"id": "RouteControllerInterfaceStatistics",
"module_id": "PolicyRouteControllerStatistics",
"properties": {
"interface_path": {
"description": "Contains string path of route controller interface",
"title": "Interface path",
"type": "string"
},
"per_node_statistics": {
"description": "Statistics for each realized logical router port of the route controller interface.",
"items": {
"$ref": "RouteControllerInterfaceStatisticsPerNode"
},
"title": "Per node statistics",
"type": "array"
}
},
"title": "Route controller interface statistics",
"type": "object"
}