An object that represents an Active-Active database health report.

NameType/ValueDescription
active_config_versionintegerActive configuration version
cluster_namestringName of local Active-Active cluster
configurationsarray of health_report_configuration objectsStored database configurations
connection_errorstringError string if remote cluster is not available
connections

[{
  "name": string,
  "replication_links": [ 
    {
      "link_uid": "bdb_uid:replica_uid", 
      "status": "up | down" 
    } ],
  "status": string
}, ...] 
Connections to other clusters and their statuses. A replication link’s bdb_uid is the unique ID of a local database instance (bdb) in the current cluster. The replica_uid is the unique ID of the database’s remote replica, located in the connected cluster.
namestringName of the Active-Active database