OBJECT
GetAnomalyDetailsReply
Description
Anomaly analysis report from lambda service.
link GraphQL Schema definition
- type GetAnomalyDetailsReply {
- # The internal FID of the object.
- String! :
- # The internal ID of the object.
- String! :
- # The name of the object.
- String! :
- # The internal ID of the snapshot.
- String! :
- # The internal FID of the snapshot.
- String! :
- # The internal managed ID of the object.
- String! :
- # The ID of the previous snapshot.
- String! :
- # The count of new files created.
- Long! :
- # The count of files deleted.
- Long! :
- # The count of files modified.
- Long! :
- # Total number of suspicious files.
- Long! :
- # Total new bytes created.
- Long! :
- # Total bytes modified.
- Long! :
- # Total bytes deleted.
- 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! :
- # Total suspicious bytes.
- Long! :
- # Level of encryption detected.
- EncryptionLevel! :
- # The probability of the snapshot being anomalous.
- Float! :
- # Specifies whether the snapshot is anomalous.
- Boolean! :
- # The date of the snapshot.
- DateTime :
- # The date of the previous snapshot.
- DateTime :
- # Information about possible ransomware strains.
- AnomalyInfo :
- # The id of the anomaly.
- String! :
- # Time when the anomaly was detected.
- DateTime :
- # Activity series id for the events of this anomaly.
- String! :
- # Type of the anomaly detected.
- AnomalyType! :
- # The FID of the previous snapshot.
- String! :
- # Specifies the resolution status of the anomaly.
- ResolutionStatus! :
- # The list of directories that can be snoozed from the anomaly.
- String!]! : [
- # Severity of the anomaly.
- ActivitySeverityEnum! :
- # The type of the object.
- ObjectTypeEnum :
- # The Rubrik cluster of the object.
- Cluster! :
- # The location of the object.
- String! :
- # The analyzed snapshot.
- CdmSnapshot :
- # The previous snapshot.
- CdmSnapshot :
- # The ransomware analysis result, including encryption.
- RansomwareResult :
- }