The get-recursion operation is used to retrieve a type of recursion.
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:
The get-recursion node is presented by type DNSGetRecursionOutputType (dns_output.xsd
) and is structured as follows:
common.xsd
).
This request packet retrieves the recursion type.
<packet version="1.4.2.0">
<dns>
<get-recursion/>
</dns>
</packet>
Response:
<packet version="1.4.2.0">
<dns>
<get-recursion>
<result>
<status>ok</status>
<value>on</value>
</result>
</get-recursion>
</dns>
</packet>