NSX-T Data Center REST API
PolicyInterfaceStatistics (type)
{ "additionalProperties": false, "description": "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.", "extends": { "$ref": "LogicalRouterPortStatistics }, "id": "PolicyInterfaceStatistics", "module_id": "PolicyConnectivityStatistics", "properties": { "logical_router_port_id": { "required": true, "title": "The ID of the logical router port", "type": "string" }, "per_node_statistics": { "additionalProperties": false, "description": "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.", "items": { "$ref": "LogicalRouterPortStatisticsPerNode }, "readonly": true, "required": false, "title": "Per node statistics", "type": "array" } }, "title": "Tier0 or Tier1 interface statistics on a specific enforcement point", "type": "object" }