Request Packet Structure

A request XML packet adding IP address to Plesk server includes the add operation node:

<packet version="1.4.2.0">
<ip>
  <add>
  ¡­
  </add>
</ip>
</packet>

 

Graphical representation of the add node is as follows:

Remarks

You can add multiple IP addresses in a single packet. Add as many add operations as the number of IPs you want to add.

<ip>
   <add>
   ¡­
   </add>
...
   <add>
   ¡­
   </add>
</ip>