Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
Resource: CCMZoneDistribution
This resource is used to manage the 
 class of Network Registrar objects.
Defines the distribution map for a set of primary zones. The CCMZoneDistribution object identifies the primary DNS
server or HA DNS pair and the group of secondary DNS servers that are authoritative for this set of zones.
Functions
Get CCMZoneDistribution Object List
Gets the list of Network Registrar CCMZoneDistribution objects.
Request:
GET /web-services/rest/resource/CCMZoneDistribution 
CCMZoneDistribution 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 CCMZoneDistribution 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 CCMZoneDistribution Object By Name
Gets the Network Registrar CCMZoneDistribution object by name.
Request:
GET /web-services/rest/resource/CCMZoneDistribution/{objectName}
objectName
: the string representation of the CCMZoneDistribution name property or the key
name LocalServer to get the CCMZoneDistribution object that matches the specified search
criteria. 
Search Parameters 
  fqdn: a DNS domain name or FQDN 
  viewId: the DNS view identifier, if applicable
Response:
Returns the CCMZoneDistribution object
Content-Type: application/xml, application/json
Put CCMZoneDistribution Object By Name
Modifies or creates the specified Network Registrar CCMZoneDistribution object.
Request:
PUT /web-services/rest/resource/CCMZoneDistribution/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the CCMZoneDistribution name property 
Query Parameters 
  action: extra action to perform; value can be 'sync' 
The optional sync action will synchronize the configuration after changes are made. If the input
object is null, or identical to the currently saved object, only the sync action will be performed. 
Action Parameters 
  mode: the sync mode; value can be 'update' or 'complete' or 'exact' 
By default, changes will be made in 'complete' mode.
Response:
Returns the location of the CCMZoneDistribution object, if created