OBJECT

OnboardingModeStats

Description

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

link GraphQL Schema definition

  • type OnboardingModeStats {
  • # Total number of fulls succeeded.
  • numFullsSucceeded: Int!
  • # Total number of fulls in-progress.
  • numFullsInProgress: Int!
  • # Percentage of completion for full backups.
  • completionPercentage: Int!
  • # Count of the number of objects protected with an SLA.
  • totalProtectedCount: Int!
  • }

link Require by