OBJECT

DayToDayModeStats

Description

Stores the stats of a workload type in day-to-day mode.

link GraphQL Schema definition

  • type DayToDayModeStats {
  • # Count of the number of objects protected with an SLA.
  • totalProtectedCount: Int!
  • # Compliance status of the product that contains percentage compliance
  • # and reasons for low compliance if any.
  • complianceStatus: ComplianceState
  • # Number of full backups that are pending.
  • numFullsRemaining: Int!
  • }

link Require by