OBJECT
ReportMigrationStatus
Description
Migration details of the Rubrik cluster report.
link GraphQL Schema definition
- type ReportMigrationStatus {
- # Rubrik cluster of the report.
- : Cluster
- # JSON string that captures the migration details, if any.
- : String!
- # Report ID on the Rubrik cluster.
- : String!
- # Report name.
- : String!
- # Report template.
- : ReportTemplate!
- # The corresponding report ID on RSC after migration.
- : Long!
- # Migration status of the report.
- : CdmReportMigrationStatus!
- }
link Require by
- ReportMigrationStatusConnectionPaginated list of ReportMigrationStatus objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- ReportMigrationStatusEdgeWrapper around the ReportMigrationStatus object. This wrapper is used for pagination.