OBJECT

SnapshotSummary

Description

Supported in v5.2+

link GraphQL Schema definition

  • type SnapshotSummary {
  • # Required. Supported in v5.2+
  • # Time at which the snapshot was taken.
  • date: DateTime
  • # Required. Supported in v5.2+
  • # ID of the snapshot.
  • id: String!
  • # Required. Supported in v5.2+
  • # A Boolean value that indicates whether custom retention is applied to the
  • # specified snapshot. Value is true when custom retention is applied to the
  • # snapshot.
  • isCustomRetentionApplied: Boolean!
  • # Required. Supported in v5.2+
  • # Indicates whether the snapshot is protected by a Retention Locked SLA Domain.
  • isRetentionLockApplied: Boolean!
  • # Required. Supported in v5.2+
  • # Retention information for snapshots at the local, archival, and replication
  • # locations.
  • snapshotRetentionInfo: SnapshotRetentionInfo
  • snapshotType: UnmanagedSnapshotType!
  • }