Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: DnsEnumEntrySet
This resource is used to manage the 
 class of Network Registrar objects.
Provides an abstracted definition of a NAPTR resource record, corresponding to a SOAP/XML EnumNumber.
Functions
Get DnsEnumEntrySet Object List
Gets the list of Network Registrar DnsEnumEntrySet objects.
Request:
GET /web-services/rest/resource/DnsEnumEntrySet 
Query Parameters 
  viewId: the DNS view identifier, if applicable 
DnsEnumEntrySet 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. If the viewId parameter is not specified, the default view will be used for the
request.
Response:
Returns the list of DnsEnumEntrySet 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 DnsEnumEntrySet Object By Name
Gets the Network Registrar DnsEnumEntrySet object by name.
Request:
GET /web-services/rest/resource/DnsEnumEntrySet/{objectName}
objectName
: the string representation of the DnsEnumEntrySet number property
Response:
Returns the DnsEnumEntrySet object
Content-Type: application/xml, application/json
Put DnsEnumEntrySet Object By Name
Modifies or creates the specified Network Registrar DnsEnumEntrySet object.
Request:
PUT /web-services/rest/resource/DnsEnumEntrySet/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the DnsEnumEntrySet number 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.