Retrieving ACL

To retrieve the ACL of your name server, use the get_acl operation. This operation is available on Linux only.

In this chapter:

Request Packet Structure

Response Packet Structure

Sample

 
Request Packet Structure

The get_acl operation in a request packet has the following graphics presentation:

Data type: none.

 
Response Packet Structure

The get_acl operation in a response packet has the following graphics presentation:

 

 
Sample

The request sample may be the following:

<packet version="1.4.2.0">
<dns>
   <get_acl/>
</dns>
</packet>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.4.2.0">
  <dns>
    <get_acl>
      <result>
        <status>ok</status>
      </result>
    </get_acl>
  </dns>
</packet>