Request Packet Structure

A request XML packet updating a SOA record includes the set operation node:

<packet version="1.4.2.0">
<dns>
   <set>
   ¡­
   </set>
</dns>
</packet>

 

The graphical representation of the set node is as follows:

Note: If you omit the filter node, the operation will update SOA parameters for the DNS zone template.

You can update multiple SOA records in a single packet. Add as many set operations as the number of different filtering rules.

<dns>
   <set>
   ¡­
   </set>
...
   <set>
   ¡­
   </set>

</dns>