LogicalRouterPortStatisticsPerNode
Properties
integer
last_update_timestamp
Optional
Timestamp when the data was last updated; unset if data source has never updated the data.
string
transport_node_id
Optional
The ID of the TransportNode
Property Of
LogicalRouterPortStatistics
PolicyInterfaceStatistics
Extends
AggregatedLogicalRouterPortCounters
JSON Example
{
"last_update_timestamp": 0,
"rx": {
"dropped_packets": 0,
"total_bytes": 0,
"total_packets": 0
},
"transport_node_id": "string",
"tx": {
"dropped_packets": 0,
"total_bytes": 0,
"total_packets": 0
}
}