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:

- The ip_address node is required. It specifies the IP address you want to add to Plesk database. Data type: ip_address (
common.xsd). - The netmask node is required. It specifies the netmask of the network. Data type: ip_address (
common.xsd). - The type node is required. It specifies the type of IP address. Data type: string. Allowed values: shared | exclusive.
- The interface node is required. It specifies the network interface name. Data type: string.
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>