NSX-T Data Center REST API
RouteControllerInterfaceStatisticsSummary (type)
{
"additionalProperties": false,
"description": "Provides the aggregated statistics of all the logical router ports of the route controller interface.",
"extends": {
"$ref": "AggregatedLogicalRouterPortCounters"
},
"id": "RouteControllerInterfaceStatisticsSummary",
"module_id": "PolicyRouteControllerStatistics",
"properties": {
"interface_path": {
"description": "Contains string path of route controller interface",
"title": "Policy path for the interface",
"type": "string"
},
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"readonly": true,
"title": "Timestamp when the data was last updated; unset if data source has never updated the data."
},
"rx": {
"$ref": "LogicalRouterPortCounters",
"description": "Provides the aggregated incoming packet counters on the logical router port. It includes the total number of packets received, dropped, and the number of errors and failures causing the drops. The counters are from the time the logical router port was created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.",
"readonly": true,
"required": false,
"title": "Packets in statistics"
},
"tx": {
"$ref": "LogicalRouterPortCounters",
"description": "Provides the aggregated outcoming packet counters on the logical router port. It includes the total number of packets sent, dropped, and the number of errors and failures causing the drops. The counters are from the time the logical router port was created. The statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.",
"readonly": true,
"required": false,
"title": "Packets out statistics"
}
},
"title": "Route controller interface statistics summary",
"type": "object"
}