OBJECT

FilesetSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type FilesetSummary {
  • # Supported in v5.0+
  • arraySpec: FilesetArraySpec
  • # Supported in v5.0+
  • # v5.0: The ID of the effective SLA domain for this Fileset
  • # v5.1+: The ID of the effective SLA Domain for this fileset.
  • effectiveSlaDomainId: String
  • # Supported in v5.0+
  • # v5.0: The name of the effective SLA domain for this Fileset
  • # v5.1+: The name of the effective SLA Domain for this fileset.
  • effectiveSlaDomainName: String
  • # Supported in v5.0+
  • # v5.0: Optional field containing Polaris managed id of the effective SLA domain
  • # if it is Polaris managed.
  • # v5.1+: Optional field containing Polaris managed ID of the effective SLA domain
  • # if it is Polaris managed.
  • effectiveSlaDomainPolarisManagedId: String
  • # Supported in v5.0+
  • exceptions: [String!]!
  • # Supported in v5.0+
  • excludes: [String!]!
  • # Supported in v5.0+
  • hostId: String
  • # Required. Supported in v5.0+
  • hostName: String!
  • # Required. Supported in v5.0+
  • includes: [String!]!
  • # Supported in v5.0+
  • # v5.0: A Boolean value that determines whether to take a direct archive backup.
  • # When 'true,' performs a direct archive backup. When 'false,' performs a normal
  • # backup.
  • # v5.1+: A Boolean value that determines whether to take a direct archive backup.
  • # When 'true,' performs a direct archive backup. When 'false,' performs a normal
  • # backup. If not specified, this defaults to false.
  • isPassthrough: Boolean
  • # Required. Supported in v5.0+
  • isRelic: Boolean!
  • # Supported in v5.0+
  • operatingSystemType: String
  • # Supported in v5.0+
  • shareId: String
  • # Required. Supported in v5.0+
  • templateId: String!
  • # Required. Supported in v5.0+
  • templateName: String!
  • # Supported in v5.1+
  • # A Boolean value that determines whether to recognize and dedupe hardlinks in a
  • # fileset. When 'true,' performs a hardlink deduplication. When 'false,' performs
  • # a normal backup that treats hardlinks as normal files. If not specified, this
  • # defaults to false.
  • enableHardlinkSupport: Boolean
  • # Supported in v5.1+
  • # A Boolean value that determines whether to resolve symlink in a fileset. When
  • # 'true,' performs a symlink resolution. When 'false,' performs no symlink
  • # resolution. If not specified, this defaults to false.
  • enableSymlinkResolution: Boolean
  • # Supported in v5.1+
  • # An optional Boolean value that specifies whether the effective SLA Domain of a
  • # fileset is Retention Locked. When this value is 'true,' the SLA Domain is
  • # retention locked. When this value is 'false,' the SLA Domain is not Retention
  • # Locked.
  • isEffectiveSlaDomainRetentionLocked: Boolean
  • # Supported in v5.2+
  • # ID of the failover cluster app.
  • failoverClusterAppId: String
  • # Supported in v5.2+
  • # v5.2: Describes any pending SLA Domain assignment to this object.
  • # v5.3+: Describes any pending SLA Domain assignment on this object.
  • pendingSlaDomain: ManagedObjectPendingSlaInfo
  • # Supported in v5.3+
  • # The name of the failover cluster app.
  • failoverClusterAppName: String
  • # Supported in v5.3+
  • # Rubrik CDM uses a prefix match to select the latest SnapMirror snapshot that
  • # matches this value during a full backup of a SnapMirror destination share.
  • snapMirrorLabelForFullBackup: String
  • # Supported in v5.3+
  • # Rubrik CDM selects the latest SnapMirror snapshot that matches this value using
  • # a prefix match during an incremental backup of a SnapMirror destination share.
  • snapMirrorLabelForIncrementalBackup: String
  • filesetOptions: FilesetOptions
  • slaAssignable: SlaAssignable
  • }