NSX-T Data Center REST API

PolicyInterfaceStatistics (schema)

Tier0 or Tier1 interface statistics on a specific enforcement point

Provides the interface statistics of a Tier0 or Tier1 interface from all transport nodes.
It includes the following information of an interface:

- Logical router port ID.
- For each transport node, it includes the number of incoming, outgoing and dropped packet
counters and, the number of errors and failures causing the drops since the time
the interface was created. The statistics will be reset on edge reboot or edge dataplane
restart.
- For each transport node, it includes subcluster IP and transport node ID of the
interface.

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