NSX-T Data Center REST API

L2ForwarderRemoteMacsPerSite (type)

{
  "additionalProperties": false,
  "experimental": true,
  "id": "L2ForwarderRemoteMacsPerSite",
  "module_id": "AggSvcL2Forwarder",
  "properties": {
    "remote_active_ips": {
      "description": "Remote active IP addresses.",
      "items": {
        "$ref": "IPAddress"
      },
      "readonly": true,
      "title": "Remote active IPs",
      "type": "array"
    },
    "remote_mac_addresses": {
      "description": "Remote mac addresses.",
      "items": {
        "type": "string"
      },
      "readonly": true,
      "title": "Remote mac addresses",
      "type": "array"
    },
    "remote_site": {
      "$ref": "ResourceReference",
      "description": "Remote site details.",
      "readonly": true,
      "required": true,
      "title": "Remote site"
    },
    "remote_standby_ips": {
      "description": "Remote standby IP addresses.",
      "items": {
        "$ref": "IPAddress"
      },
      "readonly": true,
      "title": "Remote standby IPs",
      "type": "array"
    },
    "rtep_group_id": {
      "description": "32 bit unique RTEP group id of the logical switch per site.",
      "readonly": true,
      "required": true,
      "title": "RTEP group id of logical switch per site",
      "type": "integer"
    }
  },
  "type": "object"
}