INPUT_OBJECT
FilesetRecoverFilesInput
Description
Input for Fileset recover files.
link GraphQL Schema definition
- input FilesetRecoverFilesInput {
- # Configuration for job to restore one or more files or folders from a fileset
- # backup.
- : FilesetRestoreFilesJobConfigInput!
- # Filter for delta type.
- : [DeltaType!]
- # The fid of the next fileset snapshot.
- : UUID
- # OS Type of the Fileset Host.
- : GuestOsType!
- # List of restore path pairs.
- : [OldRestorePathPairInput!]!
- # Share type of fileset.
- : ShareTypeEnum!
- # Corresponds to snapshot forever UUID in Rubrik tables.
- : UUID!
- }