OBJECT

ArchivalSpec

Description

Archiving specification.

link GraphQL Schema definition

  • type ArchivalSpec {
  • # Mapping between the archival location and the Rubrik cluster.
  • archivalLocationToClusterMapping: [ArchivalLocationToClusterMapping!]!
  • # Archival tiering specification.
  • archivalTieringSpec: ArchivalTieringSpec
  • # Archives all snapshots taken with the specified frequency.
  • frequencies: [RetentionUnit!]!
  • # Specifies whether compliance immutability, a fixed immutability lock for the
  • # retention period, is enabled for snapshot archiving to this location. It can be
  • # enabled for Compliance Retention Lock SLA Domains.
  • isComplianceImmutabilityEnabled: Boolean!
  • # Storage settings of an archival group.
  • storageSetting: TargetMapping
  • # Archival threshold.
  • threshold: Int!
  • # Unit of archival threshold.
  • thresholdUnit: RetentionUnit!
  • }