Response Packet Structure
The enable-remote-dns node is presented by type DNSEnableRemoteDNS (dns_output.xsd) and is structured as follows:

- The result node is required. It wraps the information got from the server. Data type: resultType (
common.xsd). - The status node is required. It specifies the execution status of the enable-remote-dns operation. Data type: string. Allowed values: ok | error.
- The errcode node is optional. It is used to return the error code when the enable-remote-dns operation fails. Data type: unsignedInt.
- The errtext node is optional. It is used to return the error message if the enable-remote-dns operation fails. Data type: string.