NSX-T Data Center REST API

LogicalRouterPortArpCsvRecord (type)

{
  "extends": {
    "$ref": "CsvRecord"
  },
  "id": "LogicalRouterPortArpCsvRecord",
  "module_id": "AggSvcLogicalRouterPort",
  "properties": {
    "ip": {
      "$ref": "IPAddress",
      "required": true,
      "title": "The IP address"
    },
    "mac_address": {
      "required": true,
      "title": "The MAC address",
      "type": "string"
    }
  },
  "type": "object"
}