1

I need to build a Health monitoring component for Raven DB Replication and Periodic Export

For Replication: Last Run and Duration

For Periodic Export Last Run, Duration, Size of Export

Is there a client API much like getting Database Statistics and Server Statistics.

Raven 3.5

user1730289
  • 273
  • 4
  • 15

1 Answers1

0

For replication, you are looking for /databases/[database_name]/replication/info endpoint.

For periodic export, I'm not aware of any endpoint providing this information, perhaps someone else will supplement this if available.