ENUM

NfAnomalyResultSortBy

Description

Sort non-filtesystem anomaly results by field.

link GraphQL Schema definition

  • enum NfAnomalyResultSortBy {
  • # Unique ID of the cluster.
  • CLUSTER_UUID
  • # Specifies whether the result is an anomaly.
  • IS_ANOMALY
  • # Type of the object.
  • OBJECT_TYPE
  • # Name of the object.
  • WORKLOAD_NAME
  • }