ENUM

AnomalyResultSortBy

Description

Sort anomaly results by field.

link GraphQL Schema definition

  • enum AnomalyResultSortBy {
  • # Probability of anomaly.
  • ANOMALY_PROBABILITY
  • # Count of created bytes.
  • BYTES_CREATED_COUNT
  • # Count of deleted bytes.
  • BYTES_DELETED_COUNT
  • # Count of modified bytes.
  • BYTES_MODIFIED_COUNT
  • # Count of changed bytes.
  • BYTES_NET_CHANGED_COUNT
  • # Unique ID of the cluster.
  • CLUSTER_UUID
  • # Count of created files.
  • FILES_CREATED_COUNT
  • # Count of deleted files.
  • FILES_DELETED_COUNT
  • # Count of modified files.
  • FILES_MODIFIED_COUNT
  • # Specifies whether the result is an anomaly.
  • IS_ANOMALY
  • # Specifies whether the result is encrypted.
  • IS_ENCRYPTED
  • # Managed ID of the object.
  • MANAGED_ID
  • # Type of the object.
  • OBJECT_TYPE
  • # Date of the previous snapshot.
  • PREVIOUS_SNAPSHOT_DATE
  • # Id of the previous snapshot.
  • PREVIOUS_SNAPSHOT_ID
  • # Severity of the anomaly.
  • SEVERITY
  • # Date of the snapshot.
  • SNAPSHOT_DATE
  • # Id of the snapshot.
  • SNAPSHOT_ID
  • # Count of suspicious files.
  • SUSPICIOUS_FILES_COUNT
  • # Name of the object.
  • WORKLOAD_NAME
  • # Type of the object.
  • WORKLOAD_TYPE
  • }