NSX-T Data Center REST API

L2VPNSessionRemoteMacs (type)

{
  "additionalProperties": false,
  "description": "Remote MAC addresses for all logical switches for a L2VPN session.",
  "id": "L2VPNSessionRemoteMacs",
  "module_id": "L2VPNStatistics",
  "properties": {
    "display_name": {
      "description": "L2VPN display name.",
      "readonly": true,
      "title": "Display name",
      "type": "string"
    },
    "remote_mac_addresses": {
      "description": "List MAC addresses for all logical switch for a particular L2VPN session.",
      "items": {
        "$ref": "L2VPNSessionRemoteMacsForLS"
      },
      "readonly": true,
      "title": "Remote MAC addresses for all logical switches",
      "type": "array"
    },
    "session_id": {
      "description": "L2VPN session identifier.",
      "readonly": true,
      "title": "Session identifier",
      "type": "string"
    }
  },
  "title": "Remote MAC addresses list",
  "type": "object"
}