NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

RouteControllerInterfaceStatisticsSummary (schema)

Route controller interface statistics summary

Provides the aggregated statistics of all the logical router ports of the route controller interface.

Name Description Type Notes
interface_path Policy path for the interface

Contains string path of route controller interface
string
last_update_timestamp Timestamp when the data was last updated; unset if data source has never updated the data. EpochMsTimestamp Readonly
rx Packets in statistics

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.
LogicalRouterPortCounters Readonly
tx Packets out statistics

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.
LogicalRouterPortCounters Readonly