OBJECT
ClosestSnapshotDetail
Description
Snapshot details.
link GraphQL Schema definition
- type ClosestSnapshotDetail {
- # The snapshot creation time.
- : DateTime!
- # The snapshot ID.
- : String!
- # Specifies whether the snapshot is anomalous or not.
- : Boolean!
- # Specifies whether the snapshot is quarantined or not.
- : Boolean!
- # The workload snapshot details.
- : GenericSnapshot
- }