Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Response:
Returns the location of the CCMReverseZone object, if created
Content: none
Create CCMReverseZone Object
Creates a Network Registrar CCMReverseZone object.
Request:
POST /web-services/rest/resource/CCMReverseZone
Accept: application/xml, application/json, application/x-www-form-urlencoded 
Query Parameters 
  viewId: the DNS view identifier, if applicable 
These required CCMReverseZone properties must be specified in the input object or form: 
  origin: The fully-qualified name of the zone root, also known as the domain name. 
  serial: The administratively specified serial number. 
  ns: The fully-qualified domain name of the primary name server for this zone. 
  person: A domain name which specifies the mailbox of the person responsible for this zone. 
  nameservers: The list of nameservers for this zone.
Response:
Returns the location of the new CCMReverseZone object
Content: none
Delete CCMReverseZone Object By Name
Deletes the specified Network Registrar CCMReverseZone object.
Request:
DELETE /web-services/rest/resource/CCMReverseZone/{objectName} 
objectName
: the string representation of the CCMReverseZone origin property 
Query Parameters 
  viewId: the DNS view identifier, if applicable
Response:
Content: none
Put CCMReverseZone Object List
Modifies or creates the specified list of Network Registrar CCMReverseZone objects.
Request:
PUT /web-services/rest/resource/CCMReverseZone
Accept: application/xml, application/json 
Query Parameters 
  action: extra action to perform; value can be 'push' 
When connected to a regional server, the optional push action will push the list to the specified
local clusters after changes are made. 
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' or 'replace' or 'exact'
Response:
Content: none
Delete CCMReverseZone Object List
Deletes the specified list of Network Registrar CCMReverseZone objects.
Request:
DELETE /web-services/rest/resource/CCMReverseZone
Accept: application/xml, application/json 
Query Parameters 
  nrOidList: the list of object OIDs to be deleted 
The input object list or nrOidList parameter is required.