INPUT_OBJECT

FilesetRecoverFilesFromArchivalLocationInput

Description

Input for Fileset recover files from an archival location.

link GraphQL Schema definition

  • input FilesetRecoverFilesFromArchivalLocationInput {
  • # Configuration for job to restore one or more files or folders from a fileset
  • # backup.
  • config: FilesetRestoreFilesJobConfigInput!
  • # Filter for the delta type.
  • deltaTypeFilter: [DeltaType!]
  • # Required. ID of the archival location.
  • locationId: String!
  • # The ID of the next fileset snapshot.
  • nextSnapshotId: UUID
  • # OS type of the fileset host.
  • osType: GuestOsType!
  • # List of restore path pairs.
  • restorePathPairList: [OldRestorePathPairInput!]!
  • # Share type of the fileset.
  • shareType: ShareTypeEnum!
  • # Corresponds to the snapshot ID in Rubrik tables.
  • snapshotId: UUID!
  • }

link Require by