NSX-T Data Center REST API

PolicyArpProxyEntry (type)

{
  "additionalProperties": false,
  "id": "PolicyArpProxyEntry",
  "module_id": "PolicyConnectivityStatistics",
  "properties": {
    "arp_proxy_ip": {
      "description": "ARP proxy information for a service with ip.",
      "items": {
        "$ref": "IPAddress"
      },
      "readonly": true,
      "required": false,
      "title": "Array of ARP proxy service address",
      "type": "array"
    },
    "service_id": {
      "description": "Identifier of connected service on port.",
      "readonly": true,
      "required": false,
      "title": "Service type id",
      "type": "string"
    }
  },
  "type": "object"
}