Resources | system | admin | setHaConfig

setHaConfig

Set the HA port redundancy configuration.

Input Params

NameMandatoryDefaultDescription
leaderElectionM Select Leader Election Algorithm.
bondMonitoringOcurrentValue Select bond device monitoring.

Output Params

NameDescription
result
reason
REST API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system/admin/{name}/_operations/setHaConfig --data '
<setHaConfig>
     <leaderElection>{leaderElection}</leaderElection>
</setHaConfig>
'

  • No labels