OBJECT

OnboardingModeBackupStats

Description

Stores the backup stats of a workload type in on-boarding mode.

link GraphQL Schema definition

  • type OnboardingModeBackupStats {
  • # Contains backup stats in different time range buckets.
  • backupStatsBuckets: [BackupStatsBucket!]!
  • # Total number of fulls succeeded in the chosen time range.
  • numFullsSucceeded: Int!
  • # Total number of fulls failed in the chosen time range.
  • numFullsFailed: Int!
  • # Total number of items backed up in the chosen time range.
  • numItemsBackedUp: Long!
  • }

link Require by