Resources | node | system | standbySyncStatus

standbySyncStatus

Specifies the the standby server synchronization status table. This table is used for N:1 redundancy where a standby server support N active servers. It describes data synchronization state of various items.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/admin/haMode='haModeNto1' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices' )

Operational Data

ParameterDescription
activeServerName Identifies the active server.
syncModule Identifies the syncronization item.
status Indicates the inter-CE data synchronization state.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/standbySyncStatus={activeServerName},{syncModule}

  • No labels