NSX-T Data Center REST API

AggregateL2VPNSessionStatistics (type)

{
  "additionalProperties": false,
  "description": "Provides the following details for L2VPN sessions across all enforcement points:  - Traffic statistics of an L2VPN tunnel. - Traffic statistics of all L2VPN stretched segment ports. - Alarm information details. - L2VPN session name.",
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateL2VPNSessionStatistics",
  "module_id": "PolicyVpnStats",
  "properties": {
    "intent_path": {
      "description": "Intent path of object, forward slashes must be escaped using %2F.",
      "readonly": true,
      "required": true,
      "title": "String Path of the intent object",
      "type": "string"
    },
    "results": {
      "description": "For every enforcement point, it lists the VPN session name, alarm details, and statistics of L2VPN tunnels and L2VPN segments.",
      "items": {
        "$ref": "L2VPNSessionStatisticsPerEP",
        "title": "L2VPN Session Statistics per Enforcement Point"
      },
      "readonly": true,
      "title": "List of L2VPN session statistics per enforcement point",
      "type": "array"
    }
  },
  "title": "Aggregate of L2VPN session statistics",
  "type": "object"
}