Retrieving Recursion Type

A request XML packet, that retrieves a type of recursion, includes the get-recursion operation node:

<packet version="1.4.2.0">
<dns>
   <get-recursion/>
 </dns>
</packet>

 

The graphical representation of the get-recursion node is as follows:

Note: The get-recursion operation is supported starting with API RPC protocol v.1.4.2.0.

 

Request packet sample

This request packet retrieves the recursion type.

<packet version="1.4.2.0">
<dns>
   <get-recursion/>
 </dns>
</packet>

 

In this section:

Response Packet Structure

Response Samples