NSX-T Data Center REST API

GreTunnelAggregateTrafficStatistics (type)

{
  "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": "Aggregate Tunnel interface traffic statistics across all edge nodes", 
      "title": "Tunnel interface traffic summary"
    }, 
    "tunnel_policy_path": {
      "description": "Policy path for the tunnel interface", 
      "title": "Policy path for the tunnel interface", 
      "type": "string"
    }
  }, 
  "type": "object"
}