NSX-T Data Center REST API

L2VpnSessionRemoteMacForSegment (type)

{
  "additionalProperties": false,
  "description": "Remote MAC addresses for logical switch.",
  "id": "L2VpnSessionRemoteMacForSegment",
  "module_id": "PolicyVPNStatistics",
  "properties": {
    "remote_mac_addresses": {
      "description": "Remote Mac addresses.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Mac addresses",
      "type": "array"
    },
    "segment_path": {
      "description": "Intent path of the segment.",
      "required": true,
      "title": "Segment Path",
      "type": "string"
    }
  },
  "title": "Remote MAC addresses for logical switch",
  "type": "object"
}