ENUM

NfAnomalyResultGroupBy

Description

Group non-filesystem anomaly results by field.

link GraphQL Schema definition

  • enum NfAnomalyResultGroupBy {
  • # The unique ID of the cluster.
  • CLUSTER_UUID
  • # Group by day.
  • DAY
  • # Group by hour.
  • HOUR
  • # Specifies whether the result is an anomaly.
  • IS_ANOMALY
  • # Group by month.
  • MONTH
  • # Group by week.
  • WEEK
  • # Group by year.
  • YEAR
  • }