Updates the xHA pair created.
Output / Response
None.
API call:
void editXHAPair( long xHAServerId, String
name, String properties )
Parameter | Description |
---|---|
xHAServerId | The object ID of the xHA server. |
name | The name of the xHA server being updated. |
properties | A string containing options listed in List of options. |
List of options
backboneActiveServerIPv4Address | The IPv4 address of the xHA interface for the active server (eth1). |
backboneActiveServerIPv4Netmask | The IPv4 netmask of the xHA interface for the active server (eth1). |
backbonePassiveServerIPv4Address | The IPv4 address of the xHA interface for the passive server (eth1). |
backbonePassiveServerIPv4Netmask | The IPv4 netmask of the xHA interface for the passive server (eth1). |
overrideDHCPValidation | True or false; indicates whether or not the deployment validation settings set at the configuration level is inherited. |
checkDHCPConfigurationDeployment | True or false; checks the syntax of the dhcpd.conf file and validate data deployed from Address Manager. |
overrideDNSValidation | True or false; indicates whether or not the deployment validation settings set at the configuration level is inherited. |
checkDNSConfigurationDeployment | True or false; checks the syntax of the named.conf file and validate data deployed from Address Manager. |
checkDNSZonesDeployment | True or false; checks the syntax of each DNS zone file and validate data deployed from Address Manager. |
postLoadZoneIntegrityValidationDNSDeploy | Checks the syntax based on the mode selected. The available modes are
as follows:
|
checkNamesValidationModeDNSDeploy | Checks names. Specify Ignore, Warn or Fail to determine how Address Manager handles conditions found by this check. |
checkIfMXRecordsAreIPsDNSDeploy | Checks if MX records point to an IP address rather than an A or AAAA record. Specify Ignore, Warn or Fail to determine how Address Manager handles conditions found by this check. |
checkIfMXRecordsPointToCNAMEsDNSDeploy | Checks if MX records point to a CNAME record rather than an A or AAAA record. Specify Ignore, Warn or Fail to determine how Address Manager handles conditions found by this check. |
checkIfNSRecordsAreIPsDNSDeploy | Checks if NS record point to an IP address rather than an A or AAAA record. Specify Ignore, Warn or Fail to determine how Address Manager handles conditions found by this check. |
checkIfSRVRecordsPointToCNAMEsDNSDeploy | Checks if SRV record point to a CNAME record rather than an A or AAAA record. Specify Ignore, Warn or Fail to determine how Address Manager handles conditions found by this check. |
checkForNonTerminalWildcardsDNSDeploy | Checks for wildcards in zone names that do not appear as the last segment of a zone name. Specify Ignore or Warn to determine how Address Manager handles conditions found by this check. |