NSX-T Data Center REST API

LogicalPortMacTableCsvEntry (type)

{
  "extends": {
    "$ref": "CsvRecord"
  },
  "id": "LogicalPortMacTableCsvEntry",
  "module_id": "AggSvcLogicalPort",
  "properties": {
    "mac_address": {
      "required": true,
      "title": "The MAC address",
      "type": "string"
    },
    "mac_type": {
      "$ref": "MacAddressType",
      "required": true,
      "title": "The type of the MAC address"
    }
  },
  "type": "object"
}