NSX-T Data Center REST API

AggregateTunnelTrafficStatistics (type)

{
  "description": "Provides aggregated traffic statistics of a given tunnel resource type.",
  "id": "AggregateTunnelTrafficStatistics",
  "module_id": "PolicyConnectivityStatistics",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "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"
    }
  },
  "title": "Aggregate Tunnel Traffic Statistics object",
  "type": "object"
}