OBJECT

Snapshot

link GraphQL Schema definition

  • type Snapshot {
  • # ID
  • id: ID!
  • # What triggered the snapshot
  • trigger: SnapshotTrigger!
  • # Snapshot time
  • time: Time!
  • # The result of the snapshot
  • status: SnapshotStatus!
  • # Was any change observed in this snapshot
  • changed: Boolean!
  • }