INPUT_OBJECT

CloudNativeDownloadFilesInput

Description

Input required to download indexed cloud-native snapshot files.

link GraphQL Schema definition

  • input CloudNativeDownloadFilesInput {
  • # Snapshot ID.
  • snapshotId: UUID!
  • # File/Directory(s) to download.
  • filePaths: [String!]!
  • # Use a snapshot type of source, replicated or archived for recovery.
  • snapshotType: SnapshotType
  • # Details of the recovery location.
  • fileRecoveryLocationDetails: FileRecoveryLocationDetailsInput!
  • # Type of download (download to cloud or virtual machine) intended.
  • downloadType: FileDownloadType!
  • # Rubrik ID of the account from which exocompute is launched during recovery. This
  • # is only applicable when the snapshot type is archived.
  • exocomputeCloudNativeAccountId: UUID
  • # Cloud account region where Rubrik Exocompute is launched during recovery. This
  • # is only applicable when the snapshot type is archived.
  • exocomputeRegion: String
  • }

link Require by