Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 1286
  mode: the sync mode; value can be 'update' or 'complete' or 'exact' 
  direction: the sync direction; value can be 'fromMain' or 'fromBackup' 
By default, changes will be made in 'complete' mode, from main to backup.
Response:
Returns the location of the CCMFailoverPair object, if created
Content: none
Create CCMFailoverPair Object
Creates a Network Registrar CCMFailoverPair object.
Request:
POST /web-services/rest/resource/CCMFailoverPair
Accept: application/xml, application/json, application/x-www-form-urlencoded 
These required CCMFailoverPair properties must be specified in the input object or form: 
  name: Names a failover pair. 
  main: Identifies the cluster with the main server for a failover pair. 
  backup: Identifies the cluster that contains the backup server for a failover pair.
Response:
Returns the location of the new CCMFailoverPair object
Content: none
Delete CCMFailoverPair Object By Name
Deletes the specified Network Registrar CCMFailoverPair object.
Request:
DELETE /web-services/rest/resource/CCMFailoverPair/{objectName} 
objectName
: the string representation of the CCMFailoverPair name property
Response:
Content: none
Put CCMFailoverPair Object List
Modifies or creates the specified list of Network Registrar CCMFailoverPair objects.
Request:
PUT /web-services/rest/resource/CCMFailoverPair
Accept: application/xml, application/json
Response:
Content: none
Delete CCMFailoverPair Object List
Deletes the specified list of Network Registrar CCMFailoverPair objects.
Request:
DELETE /web-services/rest/resource/CCMFailoverPair
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.
Response:
Content: none