Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: DnsException
This resource is used to manage the 
 class of Network Registrar objects.
There may be multiple resolution exceptions. The resolution exception can be used to configure authoritative data to
be used by the resolver that cannot be accessed using the public internet servers. This is useful for company-local data
or private zones. Setup an authoritative server on a different host (or different port). The DNS caching server can then
access the data, without referring to the public internet for it. This setup allows DNSSEC signed zones to be served by
that authoritative server, in which case a trusted key entry with the public key can be put in config, so that the DNS
caching server can validate the data and set the AD bit on replies for the private zone (authoritative servers do not set
the AD bit). This setup makes the DNS caching server capable of answering queries for the private zone, and can even
set the AD bit ('authentic'), but the AA ('authoritative') bit is not set on these replies.
Functions
Get DnsException Object List
Gets the list of Network Registrar DnsException objects.
Request:
GET /web-services/rest/resource/DnsException 
DnsException string properties may be specified as query parameters to filter the return list.
Filter values can specify a regular expression or exact match. Use an empty string to test for
unset values.
Response:
Returns the list of DnsException objects
Content-Type: application/xml, application/json
If the list exceeds the maximum return list size, the next link is provided to get the next set of
objects.
Get DnsException Object By Name
Gets the Network Registrar DnsException object by name.
Request:
GET /web-services/rest/resource/DnsException/{objectName}
objectName
: the string representation of the DnsException name property
Response:
Returns the DnsException object
Content-Type: application/xml, application/json
Put DnsException Object By Name
Modifies or creates the specified Network Registrar DnsException object.
Request:
PUT /web-services/rest/resource/DnsException/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the DnsException name property 
Query Parameters 
  action: extra action to perform; value can be 'push' 
When connected to a regional server, the optional push action will push the object to the
specified local clusters after changes are made. If the input object is null, or identical to the
currently saved object, only the push action will be performed. 
Action Parameters 
  localCluster: the cluster or pair name; use repeated parameters or a comma-separated list to
specify a multiple entries 
  mode: the sync mode; value can be 'ensure', 'replace', or 'exact'