ENUM

AnomalyType

Description

The type of the anomaly that was detected.

link GraphQL Schema definition

  • enum AnomalyType {
  • # Anomalies detected on the filesystem.
  • FILESYSTEM
  • # Anomalies detected on the hypervisor.
  • HYPERVISOR
  • }