OBJECT

ClosestSnapshotDetail

Description

Snapshot details.

link GraphQL Schema definition

  • type ClosestSnapshotDetail {
  • # The snapshot ID.
  • id: String!
  • # The snapshot creation time.
  • date: DateTime!
  • # Specifies whether the snapshot is anomalous or not.
  • isAnomaly: Boolean!
  • # Specifies whether the snapshot is quarantined or not.
  • isQuarantined: Boolean!
  • }