Ip:add

Add an IP address to the list of allowed IP addresses

To add an IP address to the list of allowed IP addresses, send the following request to our API server. The IP address of the server that is sending the request has to be in the list of allowed IP addresses. For this reason the first IP address has to be added manually through the Web Interface.

XML Template
<?xml version="1.0" encoding="UTF-8"?>
   <request xmlns:ip="http://www.eurodns.com/ip">
       <ip:add>
           <ip:address>#IP ADDRESS#</ip:address>
       </ip:add>
   </request>

<ip:add> (Occurrences: 1)

<ip:address> (Occurrences: 1)

R #IP ADDRESS# IPv4 address to add
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
   <response xmlns="http://www.eurodns.com/">
       <result code="1000">
           <msg>Command completed successfully</msg>
       </result>
   </response>

Legend

O The element is optional and does not have to be specified in the request and/or answer
R The element is mandatory and has to specified in the request and/or answer