Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: DnsForwarder
This resource is used to manage the 
 class of Network Registrar objects.
There may be multiple forward zones. For the forward zone the lists of nameservers is used to forward the queries to.
The servers listed have to handle further recursion for the query. Thus, those servers are not authority servers, but are
recursive servers too; the DNS caching server does not perform recursion itself for the forward zones, it lets the remote
servers do it. Class IN is assumed. A forward-zone entry with name "." and a host or addr target will forward all
queries to that other server (unless it can answer from the cache).
Functions
Get DnsForwarder Object List
Gets the list of Network Registrar DnsForwarder objects.
Request:
GET /web-services/rest/resource/DnsForwarder 
DnsForwarder 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 DnsForwarder 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 DnsForwarder Object By Name
Gets the Network Registrar DnsForwarder object by name.
Request:
GET /web-services/rest/resource/DnsForwarder/{objectName}
objectName
: the string representation of the DnsForwarder name property
Response:
Returns the DnsForwarder object
Content-Type: application/xml, application/json
Put DnsForwarder Object By Name
Modifies or creates the specified Network Registrar DnsForwarder object.
Request:
PUT /web-services/rest/resource/DnsForwarder/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the DnsForwarder 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' 
At least one local cluster or pair must be specified. By default, changes will be made in 'replace'
mode.