Skip to main content

Statistics API

Statistics APIs aggregate backup, restore, operation, instance, and storage views from BackupRestoreStatistics and related resources.

Prefix

/apis/backuprestorestatistics.testudo.softcdata.com/v1

Endpoints

  • GET /backups
  • GET /restores
  • GET /operations
  • GET /operations/by-time
  • GET /instances
  • GET /backups/success-rate
  • GET /autobackups/execution-summary
  • GET /tasks/progress
  • GET /storage

Use Cases

  • Console overview dashboard.
  • Backup success-rate trends.
  • Restore task duration analysis.
  • Operation status distribution.
  • AutoBackup execution summary.
  • Storage capacity and backup usage analysis.

Design Guidance

Statistics APIs and real-time state APIs have separate responsibilities. Real-time pages should use instance, sync, operation, and Watch APIs; trends and reports should use statistics APIs.