OBJECT

ReportMigrationStatus

Description

Migration details of the Rubrik cluster report.

link GraphQL Schema definition

  • type ReportMigrationStatus {
  • # Report ID on the Rubrik cluster.
  • reportId: String!
  • # Report name.
  • reportName: String!
  • # Report template.
  • reportTemplate: ReportTemplate!
  • # Migration status of the report.
  • status: CdmReportMigrationStatus!
  • # JSON string that captures the migration details, if any.
  • details: String!
  • # Rubrik cluster of the report.
  • cluster: Cluster
  • # The corresponding report ID on RSC after migration.
  • rscReportId: Long!
  • }