ENUM

RansomwareResultGroupBy

Description

Group ransomware results by field.

link GraphQL Schema definition

  • enum RansomwareResultGroupBy {
  • # The unique ID of the cluster.
  • CLUSTER_UUID
  • # The managed ID of the object.
  • MANAGED_ID
  • # The day the snapshot was taken.
  • SNAPSHOT_DAY
  • # The hour the snapshot was taken.
  • SNAPSHOT_HOUR
  • # The month the snapshot was taken.
  • SNAPSHOT_MONTH
  • # The week the snapshot was taken.
  • SNAPSHOT_WEEK
  • # The year the snapshot was taken.
  • SNAPSHOT_YEAR
  • }