INPUT_OBJECT

FilesetRecoverFilesInput

Description

Input for Fileset recover files.

link GraphQL Schema definition

  • input FilesetRecoverFilesInput {
  • # Corresponds to snapshot forever UUID in Rubrik tables.
  • snapshotFid: UUID!
  • # The fid of the next fileset snapshot.
  • nextSnapshotFid: UUID
  • # List of restore path pairs.
  • restorePathPairList: [OldRestorePathPairInput!]!
  • # Filter for delta type.
  • deltaTypeFilter: [DeltaType!]
  • # Configuration for job to restore one or more files or folders from a fileset
  • # backup.
  • config: FilesetRestoreFilesJobConfigInput!
  • # Share type of fileset.
  • shareType: ShareTypeEnum!
  • # OS Type of the Fileset Host.
  • osType: GuestOsType!
  • }

link Require by