OBJECT
AnomalyResult
Description
Anomaly analysis report from lambda service.
link GraphQL Schema definition
- type AnomalyResult {
- # The probability of the snapshot being anomalous.
- : Float!
- # Total new bytes created.
- : Long
- # Total bytes deleted.
- : Long
- # Total bytes modified.
- : Long
- # Net change in the number of bytes. For example, if 5 bytes are added and 3 bytes
- # deleted, this field returns 2 as the number of bytes that changed.
- : Long
- # The Rubrik cluster of the object.
- : Cluster!
- # Time when the anomaly was detected.
- : DateTime!
- # Count of new files created.
- : Long
- # Count of files deleted.
- : Long
- # Count of files modified.
- : Long
- # The database ID of the anomaly result.
- : String!
- # Indicates whether the snapshot is anomalous.
- : Boolean!
- # Specifies whether the snapshot is encrypted.
- : Boolean
- # The location of the object.
- : String!
- # Internal managed ID of the object.
- : String!
- # The type of the object.
- : ObjectTypeEnum
- # The date of the previous snapshot.
- : DateTime!
- # The ID of the previous snapshot.
- : String!
- # The ransomware analysis result, including encryption.
- : RansomwareResult
- # Severity of the anomaly.
- : ActivitySeverityEnum!
- # The analyzed snapshot.
- : CdmSnapshot
- # The date of the snapshot.
- : DateTime!
- # The internal fid of the snapshot.
- : UUID!
- # The internal ID of the snapshot.
- : String!
- # Total number of suspicious files.
- : Long
- # The internal fid of the object.
- : UUID!
- # The internal ID of the object.
- : String!
- # The name of the object.
- : String
- }