The get-supported-recursion operation retrieves the types of recursive requests, supported by the local DNS server. For more information on types of requests, please refer to the Managing DNS recursion section.
A request XML packet, that retrieves the supported types of recursion, includes the get-supported-recursion operation node:
<packet version="1.4.2.0">
<dns>
<get-supported-recursion/>
</dns>
</packet>
The graphical representation of the get-supported-recursion node is as follows:
The get-supported-recursion node is presented by type DNSGetSupportedRecursionOutputType (dns_output.xsd
) and is structured as follows:
common.xsd
).
This request packet retrieves the types of recursive requests supported by the server.
<packet version="1.4.2.0">
<dns>
<get-supported-recursion/>
</dns>
</packet>
Response:
<packet version="1.4.2.0">
<dns>
<get-supported-recursion>
<result>
<status>ok</status>
<value>on</value>
<value>localnets</value>
<value>local</value>
</result>
</get-supported-recursion>
</dns>
</packet>