You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Resources | node | system | admin | setHaConfig


setHaConfig

Set the HA port redundancy configuration.


Input Params

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

Output Params

NameDescription
result
reason
RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/operations/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/admin={name}/setHaConfig --data '
<setHaConfig>
     <leaderElection>{leaderElection}</leaderElection>
</setHaConfig>
'

  • No labels