Stream Zone Sync
Method GET

Return sync status of a node

Returns synchronization status of a cluster node.

get/stream/zone_sync/

Response

Success

zonesobject

Synchronization information per each shared memory zone.

Example response

{
  "zones": {
    "zone1": {
      "records_pending": 2061,
      "records_total": 260575
    },
    "zone2": {
      "records_pending": 0,
      "records_total": 14749
    }
  },
  "status": {
    "bytes_in": 1364923761,
    "msgs_in": 337236,
    "msgs_out": 346717,
    "bytes_out": 1402765472,
    "nodes_online": 15
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.