NSX-T Data Center Global Manager REST API
LogicalRouterPortStatisticsPerNode (type)
{
"extends": {
"$ref": "AggregatedLogicalRouterPortCounters
},
"id": "LogicalRouterPortStatisticsPerNode",
"module_id": "AggSvcLogicalRouterPort",
"properties": {
"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,
"readonly": true,
"required": false
},
"transport_node_id": {
"readonly": true,
"required": true,
"title": "The ID of the TransportNode",
"type": "string"
},
"tx": {
"$ref": "LogicalRouterPortCounters,
"readonly": true,
"required": false
}
},
"type": "object"
}