OBJECT

PolarisSnapshot

link GraphQL Schema definition

  • type PolarisSnapshot implements GenericSnapshot {
  • id: UUID!
  • date: DateTime!
  • expirationDate: DateTime
  • expiryHint: Boolean!
  • snappableId: String!
  • parentSnapshotId: String
  • isCorrupted: Boolean!
  • indexingAttempts: Long!
  • indexTime: DateTime
  • isUnindexable: Boolean!
  • isOnDemandSnapshot: Boolean!
  • isDeletedFromSource: Boolean!
  • isReplicated: Boolean!
  • unexpiredReplicaCount: Int!
  • isArchived: Boolean!
  • unexpiredArchivedSnapshotCount: Int!
  • sequenceNumber: Int!
  • consistencyLevel: SnapshotConsistencyLevel!
  • isDownloadedSnapshot: Boolean
  • isReplica: Boolean
  • isArchivalCopy: Boolean
  • # Specifies whether the snapshot is quarantined.
  • isQuarantined: Boolean!
  • replicationLocations: [DataLocation!]
  • # Indicates whether the snapshot has a valid replica.
  • hasUnexpiredReplica: Boolean!
  • # Indicates whether the snapshot has a valid archived copy.
  • hasUnexpiredArchivedCopy: Boolean!
  • # Latest user note information.
  • latestUserNote: LatestUserNote
  • # Rubrik-specific information about snapshots of specific workloads. Currently,
  • # this is only valid for Azure Virtual Machine, AWS EC2, and M365 snapshots.
  • polarisSpecificSnapshot: PolarisSpecificSnapshot
  • slaDomain: SlaDomain
  • # Specifies whether or not the snapshot is indexed.
  • isIndexed: Boolean!
  • # Specifies whether or not the snapshot is expired.
  • isExpired: Boolean!
  • }

link Require by