Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: CCMRRSet
This resource is used to manage the 
 class of Network Registrar objects.
Specifies the set of DNS RRs in a single nameset. All RRs in the set must have the same name, but differ in type or
data.
Functions
Get CCMRRSet Object List
Gets the list of Network Registrar CCMRRSet objects.
Request:
GET /web-services/rest/resource/CCMRRSet 
Query Parameters 
  zoneOrigin: the parent zone 
  viewId: the DNS view identifier, if applicable 
CCMRRSet 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. The
zoneOrigin parameter is required to specify the parent zone.
Response:
Returns the list of CCMRRSet 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 CCMRRSet Object By Name
Gets the Network Registrar CCMRRSet object by name.
Request:
GET /web-services/rest/resource/CCMRRSet/{objectName}
objectName
: the string representation of the CCMRRSet name property
Response:
Returns the CCMRRSet object
Content-Type: application/xml, application/json
Put CCMRRSet Object By Name
Modifies or creates the specified Network Registrar CCMRRSet object.
Request:
PUT /web-services/rest/resource/CCMRRSet/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the CCMRRSet name property
Response:
Returns the location of the CCMRRSet object, if created
Content: none
Create CCMRRSet Object
Creates a Network Registrar CCMRRSet object.
Request:
POST /web-services/rest/resource/CCMRRSet
Accept: application/xml, application/json, application/x-www-form-urlencoded 
Query Parameters 
  zoneOrigin: the parent zone 
  viewId: the DNS view identifier, if applicable