Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: CCMSecondaryZone
This resource is used to manage the 
 class of Network Registrar objects.
Defines a secondary DNS zone. A CCMSecondaryZone object describes the configuration for an authoritative
secondary zone.
Functions
Get CCMSecondaryZone Object List
Gets the list of Network Registrar CCMSecondaryZone objects.
Request:
GET /web-services/rest/resource/CCMSecondaryZone 
Query Parameters 
  viewId: the DNS view identifier, if applicable 
CCMSecondaryZone 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 CCMSecondaryZone 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 CCMSecondaryZone Object By Name
Gets the Network Registrar CCMSecondaryZone object by name.
Request:
GET /web-services/rest/resource/CCMSecondaryZone/{objectName}
objectName
: the string representation of the CCMSecondaryZone origin property
Response:
Returns the CCMSecondaryZone object
Content-Type: application/xml, application/json
Put CCMSecondaryZone Object By Name
Modifies or creates the specified Network Registrar CCMSecondaryZone object.
Request:
PUT /web-services/rest/resource/CCMSecondaryZone/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the CCMSecondaryZone origin property
Response:
Returns the location of the CCMSecondaryZone object, if created
Content: none
Create CCMSecondaryZone Object
Creates a Network Registrar CCMSecondaryZone object.
Request:
POST /web-services/rest/resource/CCMSecondaryZone
Accept: application/xml, application/json, application/x-www-form-urlencoded 
Query Parameters 
  viewId: the DNS view identifier, if applicable 
These required CCMSecondaryZone properties must be specified in the input object or form: 
  origin: Sets the fully-qualified name of the zone root, also known as the domain name.