OBJECT
ReportMigrationStatus
Description
Migration details of the Rubrik cluster report.
link GraphQL Schema definition
- type ReportMigrationStatus {
- # Report ID on the Rubrik cluster.
- String! :
- # Report name.
- String! :
- # Report template.
- ReportTemplate! :
- # Migration status of the report.
- CdmReportMigrationStatus! :
- # JSON string that captures the migration details, if any.
- String! :
- # Rubrik cluster of the report.
- Cluster :
- # The corresponding report ID on RSC after migration.
- Long! :
- }
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.