Cisco Cisco Prime IP Express 8.3 Technical References

Page of 1286
Resource: CCMHost
This resource is used to manage the 
 class of Network Registrar objects.
Defines a DNS host record. A CCMHost object is created for each protected name that includes at least one A or
AAAA record. A CCMHost object can automatically maintain associated PTR and CNAME records.
Functions
Get CCMHost Object List
Gets the list of Network Registrar CCMHost objects.
Request:
GET /web-services/rest/resource/CCMHost 
Query Parameters 
  zoneOrigin: the parent zone 
  viewId: the DNS view identifier, if applicable 
CCMHost 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 CCMHost 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 CCMHost Object By Name
Gets the Network Registrar CCMHost object by name.
Request:
GET /web-services/rest/resource/CCMHost/{objectName}
objectName
: the string representation of the CCMHost name property
Response:
Returns the CCMHost object
Content-Type: application/xml, application/json
Put CCMHost Object By Name
Modifies or creates the specified Network Registrar CCMHost object.
Request:
PUT /web-services/rest/resource/CCMHost/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the CCMHost name property
Response:
Returns the location of the CCMHost object, if created
Content: none
Create CCMHost Object
Creates a Network Registrar CCMHost object.
Request:
POST /web-services/rest/resource/CCMHost
Accept: application/xml, application/json, application/x-www-form-urlencoded 
Query Parameters 
  zoneOrigin: the parent zone 
  viewId: the DNS view identifier, if applicable