Solved

REST API to check liveSync last replication time

  • 20 April 2024
  • 2 replies
  • 28 views

Badge +2

Is there a way to check the last replication time of the CommServe LiveSync? Or any other way to ensure that the CommServe LiveSync works fine via REST API (or Qcommand)?

icon

Best answer by Carl Manzi 1 May 2024, 22:49

View original

2 replies

Userlevel 3
Badge +8

Hi tonytony,

If you GET /commandcenter/api/Replications/Monitors/streaming?applicationId=0&taskId=0&instanceId=0&subclientId=0&replicationPairId=0&vAppId=0 it will give you the json equivalent of the table you see at Auto recovery > Replication monitor, which includes CS livesync.

Badge +2

Thanks!

Reply