ENUM
AnomalyResultSortBy
Description
Sort anomaly results by field.
link GraphQL Schema definition
- enum AnomalyResultSortBy {
- # Probability of anomaly.
- # Count of created bytes.
- # Count of deleted bytes.
- # Count of modified bytes.
- # Count of changed bytes.
- # Unique ID of the cluster.
- # Count of created files.
- # Count of deleted files.
- # Count of modified files.
- # Specifies whether the result is an anomaly.
- # Specifies whether the result is encrypted.
- # Managed ID of the object.
- # Type of the object.
- # Date of the previous snapshot.
- # Id of the previous snapshot.
- # Severity of the anomaly.
- # Date of the snapshot.
- # Id of the snapshot.
- # Count of suspicious files.
- # Name of the object.
- # Type of the object.
- }