Cisco Cisco Prime IP Express 8.3 Referencia técnica

Descargar
Página de 1286
Resource: CCMFailoverPair
This resource is used to manage the 
 class of Network Registrar objects.
Defines a DHCP failover pair. A CCMFailoverPair object defines the main and backup clusters in the pair, and
associated failover attributes which must be synchronized. This class is analogous to the CCMHaDnsPair class used to
manage HA DNS pairs. It is used to synchronize configuration data on the main and backup DHCP servers. Each pair
of main and backup clusters configured in a CCMFailoverPair object must be unique. On a local cluster, the localhost
cluster must be either the main or backup in the pair.
Functions
Get CCMFailoverPair Object List
Gets the list of Network Registrar CCMFailoverPair objects.
Request:
GET /web-services/rest/resource/CCMFailoverPair 
CCMFailoverPair 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.
Response:
Returns the list of CCMFailoverPair 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 CCMFailoverPair Object By Name
Gets the Network Registrar CCMFailoverPair object by name.
Request:
GET /web-services/rest/resource/CCMFailoverPair/{objectName}
objectName
: the string representation of the CCMFailoverPair name property or the key name
LocalServer to get the CCMFailoverPair object that matches the specified search criteria. 
Search Parameters 
  address: an IP v4 or v6 address or subnet 
  vpnId: the VPN identifier for the address, if applicable 
  scope: a DHCP v4 scope name (if specified, address criteria are ignored) 
  prefix: a DHCP v6 prefix name (if specified, address criteria are ignored) 
  link: a DHCP v6 link name (if specified, address criteria are ignored)
Response:
Returns the CCMFailoverPair object
Content-Type: application/xml, application/json
Put CCMFailoverPair Object By Name
Modifies or creates the specified Network Registrar CCMFailoverPair object.
Request:
PUT /web-services/rest/resource/CCMFailoverPair/{objectName} 
Accept: application/xml, application/json 
objectName: the string representation of the CCMFailoverPair name property 
Query Parameters 
  action: extra action to perform; value can be 'sync' 
The optional sync action will synchronize the configuration after changes are made. If the input
object is null, or identical to the currently saved object, only the sync action will be performed. 
Action Parameters