NSX-T Data Center REST API

L2VPNSessionRemoteMacsForLS (type)

{
  "additionalProperties": false,
  "description": "Remote MAC addresses for logical switch.",
  "id": "L2VPNSessionRemoteMacsForLS",
  "module_id": "L2VPNStatistics",
  "properties": {
    "logical_switch": {
      "$ref": "ResourceReference",
      "description": "Logical switch.",
      "readonly": true,
      "title": "Logical switch"
    },
    "remote_mac_addresses": {
      "description": "Mac addresses.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Mac addresses",
      "type": "array"
    },
    "tags": {
      "description": "Contains policy specific information like policy path.",
      "items": {
        "$ref": "Tag"
      },
      "maxItems": 30,
      "title": "Attributes Tags",
      "type": "array"
    }
  },
  "title": "Remote MAC addresses for logical switch",
  "type": "object"
}