NSX-T Data Center REST API

AggregateL2VpnSessionRemoteMac (type)

{
  "additionalProperties": false,
  "description": "Aggregate of L2Vpn session remote mac across enforcement points.",
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateL2VpnSessionRemoteMac",
  "module_id": "PolicyVPNStatistics",
  "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"
    },
    "l2vpn_session_remote_macs": {
      "descripton": "List of L2Vpn session remote mac per Enforcement Point.\n",
      "items": {
        "$ref": "L2VpnSessionRemoteMacPerEP"
      },
      "readonly": true,
      "title": "List of L2Vpn Session remote mac",
      "type": "array"
    }
  },
  "title": "Aggregate of L2Vpn Session Remote Mac",
  "type": "object"
}