INPUT_OBJECT
StartClusterReportMigrationJobInput
Description
The input configuration to start the report migration job.
link GraphQL Schema definition
- input StartClusterReportMigrationJobInput {
- # The ID of the Rubrik cluster. If the cluster ID is not provided, the job will
- # perform migration of reports for all the eligible clusters connected.
- : UUID
- # Specifies whether to delete schedules of the cluster reports that get migrated
- # to RSC.
- : Boolean
- }