NSX-T Data Center REST API

LogicalRouterPortStatisticsSummary (type)

{
  "description": "Provides the aggregated statistics of a logical router port across all transport nodes on a specific enforcement point since the time the logical router port 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. It includes the following information:  - Logical router port ID. - <b>Aggregated incoming packet counters</b> on the logical router port across all   transport nodes. 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 logical router port statistics from a   given transport node will be reset on edge reboot or edge dataplane restart of   that node. - <b>Aggregated outgoing packet counters</b> on the logical router port across all   transport nodes. 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 logical router port statistics from a   given transport node will be reset on edge reboot or edge dataplane restart of   that node. - Some of the packet drop reasons include, the DAD (Duplicate Address Detection)   status of the IP is not in ASSIGNED state, firewall rules, failed to fragment   the packet, receive malformed packet, could not find route to destination,   absence of the receiver, insufficient memory, incomplete ARP resolution of the   next-hop, RPF check failure, failed to redirect packet to KNI interface, TTL   exceeded, port does not have a linked peer port and and unsupported - destination,   protocol or L4 port. - Some of the IPSec packet drop reasons include the missing security association or   VTI interface. It also includes packets dropped due to policy lookup error or block   policy. - Provides the total number of service-insertion, KNI, non-IP and IPv6 packets dropped.", 
  "extends": {
    "$ref": "AggregatedLogicalRouterPortCounters
  }, 
  "id": "LogicalRouterPortStatisticsSummary", 
  "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."
    }, 
    "logical_router_port_id": {
      "required": true, 
      "title": "The ID of the logical router port", 
      "type": "string"
    }, 
    "rx": {
      "$ref": "LogicalRouterPortCounters, 
      "description": "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.", 
      "readonly": true, 
      "required": false, 
      "title": "Packets in statistics"
    }, 
    "tx": {
      "$ref": "LogicalRouterPortCounters, 
      "description": "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.", 
      "readonly": true, 
      "required": false, 
      "title": "Packets out statistics"
    }
  }, 
  "title": "Summary of logical router port statistics", 
  "type": "object"
}