NSX-T Data Center REST API
LogicalRouterPortStatistics (schema)
Logical router port statistics
Provides the statistics of a logical router port across all transport nodes. It includes the following
information:
- Logical router port ID.
- For each transport node, it includes the number of incoming, outgoing and dropped packet counters. It
also provides details of errors and failures causing the drops since the time the interface was created.
The logical router port statistics from a given transport node will be reset on edge reboot or edge
dataplane restart of that node.
- For each transport node, it includes subcluster IP and transport node ID.
Name | Description | Type | Notes |
---|---|---|---|
logical_router_port_id | The ID of the logical router port | string | Required |
per_node_statistics | Per node statistics Lists the subcluster ID, transport node ID, incoming, outgoing and dropped packet counters for each transport node since the time the logical router port was created. The packet counters will be reset on edge reboot or edge dataplane restart. |
array of LogicalRouterPortStatisticsPerNode | Readonly |