NSX-T Data Center REST API

IPAddresses (type)

{
  "id": "IPAddresses",
  "module_id": "PortMirroring",
  "properties": {
    "ip_addresses": {
      "description": "The IP addresses in the form of IP Address, IP Range, CIDR, used as source IPs or destination IPs of filters.",
      "items": {
        "$ref": "IPElement"
      },
      "minItems": 1,
      "required": false,
      "title": "IPs of the filter",
      "type": "array"
    }
  },
  "type": "object"
}