NSX-T Data Center REST API

TunnelTrafficStatistics (type)

{
  "description": "Provides traffic statistics of a given tunnel resource type.",
  "id": "TunnelTrafficStatistics",
  "module_id": "PolicyConnectivityStatistics",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "GreTunnelTrafficStatistics - Resource type as GreTunnelTrafficStatistics will be used to populate P2P GRE Tunnel traffic statistics",
      "enum": [
        "GreTunnelTrafficStatistics"
      ],
      "required": true,
      "title": "Indicates Resource type of tunnel",
      "type": "string"
    }
  },
  "title": "Tunnel Traffic Statistics parent object",
  "type": "object"
}