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