NSX-T Data Center REST API

IpAddressInfo (type)

{
  "additionalProperties": false,
  "id": "IpAddressInfo",
  "module_id": "Inventory",
  "properties": {
    "ip_addresses": {
      "items": {
        "$ref": "IPAddress"
      },
      "readonly": true,
      "required": true,
      "title": "IP Addresses of the the virtual network interface, as discovered in the source.",
      "type": "array"
    },
    "source": {
      "enum": [
        "VM_TOOLS"
      ],
      "readonly": true,
      "required": true,
      "title": "Source of the ipaddress information.",
      "type": "string"
    }
  },
  "title": "Ipaddress information of the fabric node.",
  "type": "object"
}