NSX-T Data Center REST API
GreTunnelAggregateTrafficStatistics (type)
{ "description": "Provides the aggregated traffic statistics of a GRE tunnel across all edge transport nodes. It includes the following information: - GRE tunnel destination address. - Logical tunnel port ID. - Aggregated incoming packet counters on the tunnel 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 tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node. - Aggregated outcoming packet counters on the tunnel 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 tunnel was created. The tunnel statistics from a given transport node will be reset on edge reboot or edge dataplane restart of that node.", "extends": { "$ref": "AggregateTunnelTrafficStatistics }, "id": "GreTunnelAggregateTrafficStatistics", "module_id": "PolicyConnectivityStatistics", "properties": { "destination": { "$ref": "IPAddress, "description": "Tunnel destination address", "readonly": true, "title": "Tunnel destination address" }, "resource_type": { "description": "GreTunnelAggregateTrafficStatistics - Resource type as GreTunnelAggregateTrafficStatistics will be used to populate P2P GRE Aggregate Tunnel traffic statistics", "enum": [ "GreTunnelAggregateTrafficStatistics" ], "required": true, "title": "Indicates Resource type of tunnel", "type": "string" }, "traffic_summary": { "$ref": "LogicalRouterPortStatisticsSummary, "description": "Provides the aggregated traffic statistics of a GRE tunnel across all edge nodes. It includes GRE tunnel destination address, logical router port ID, incoming and outgoing packet counters for the tunnel port. The counts are from the time the logical router port was created. The packet counters will be reset on edge reboot or edge dataplane restart.", "title": "GRE tunnel aggregate statistics" }, "tunnel_policy_path": { "description": "Policy path for the tunnel interface", "title": "Policy path for the tunnel interface", "type": "string" } }, "title": "Aggregate of GRE tunnel statistics", "type": "object" }