INPUT_OBJECT

FilesetTemplatePatchInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input FilesetTemplatePatchInput {
  • # Supported in v5.0+
  • # Action taken if script fails. Options are "abort", "continue".
  • backupScriptErrorHandling: String
  • # Supported in v5.0+
  • # Number of seconds after which the script is killed if it has not completed
  • # execution.
  • backupScriptTimeout: Long
  • # Supported in v5.0+
  • exceptions: [String!]
  • # Supported in v5.0+
  • excludes: [String!]
  • # Supported in v5.0+
  • includes: [String!]
  • # Supported in v5.0+
  • name: String
  • # Supported in v5.0+
  • # Script to run after backup of this Fileset ends.
  • postBackupScript: String
  • # Supported in v5.0+
  • # Script to run before backup of this Fileset starts.
  • preBackupScript: String
  • # Supported in v7.0+
  • # Specifies whether this is created by a Kupr Host.
  • isCreatedByKupr: Boolean
  • # Specifies whether the template was created for Rubrik Security Cloud NAS.
  • isCreatedByPolarisNas: Boolean
  • # Fileset options.
  • filesetOptions: FilesetOptionsInput
  • # Supported in v5.0+
  • # Operating system type of filesets created by template.
  • operatingSystemType: FilesetTemplatePatchOperatingSystemType
  • # Supported in v5.0+
  • shareType: FilesetTemplatePatchShareType
  • # Required. Supported in v5.0+
  • id: String!
  • }