NSX-T Data Center REST API

InterfaceArpProxyCsvEntry (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "CsvRecord"
  },
  "id": "InterfaceArpProxyCsvEntry",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "arp_proxy_ip": {
      "description": "ARP proxy information for a service with ip.",
      "readonly": true,
      "required": false,
      "title": "ARP proxy service addresses",
      "type": "string"
    },
    "interface_path": {
      "readonly": true,
      "required": false,
      "title": "Policy path of gateway interface",
      "type": "string"
    },
    "service_id": {
      "description": "Identifier of connected service on port.",
      "readonly": true,
      "required": false,
      "title": "Service type id",
      "type": "string"
    }
  },
  "type": "object"
}