OBJECT

CloudDirectSnapshotsGroupBySummary

Description

NAS Cloud Direct Snapshot data with group by information applied to it.

link GraphQL Schema definition

  • type CloudDirectSnapshotsGroupBySummary {
  • # Information on the grouped snapshots.
  • count: Int!
  • # Information on the grouped snapshots.
  • groupByInfo: TimeRangeWithUnit!
  • # List of snapshots for a NAS Cloud Direct object.
  • cloudDirectSnapshots: CloudDirectSnapshotConnection!
  • }