OBJECT
Snapshot
link GraphQL Schema definition
- type Snapshot {
- # ID
- : ID!
- # What triggered the snapshot
- : SnapshotTrigger!
- # Snapshot time
- : Time!
- # The result of the snapshot
- : SnapshotStatus!
- # Was any change observed in this snapshot
- : Boolean!
- }