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'

Operational Data

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

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/system/standbySyncStatus/{activeServerName},{syncModule}

  • No labels