OBJECT

ReportMigrationStatusCountItem

Description

The count of each report migration status.

link GraphQL Schema definition

  • type ReportMigrationStatusCountItem {
  • # Migration status of the report.
  • status: CdmReportMigrationStatus!
  • # Count of Rubrik cluster reports for the corresponding migration status.
  • count: Int!
  • }