Resources | 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/admin/haMode='haModeNto1' and /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/sonusSystem:system/standbySyncStatus={activeServerName},{syncModule}

  • No labels