OBJECT
WorkloadAnomaly
Description
A workload that has a snapshot or children with anomalous activity.
link GraphQL Schema definition
- type WorkloadAnomaly {
- # The FID of the workload.
- String! :
- # The Rubrik CDM ID of the workload.
- String! :
- # The name of the workload.
- String! :
- # The FID of the snapshot which was determined to have anomalous activity.
- String! :
- # The Rubrik cluster ID of the snapshot determined to have anomalous activity.
- String! :
- # The number of files created within the snapshot.
- Long! :
- # The number of files deleted within the snapshot.
- Long! :
- # The number of files modified within the snapshot.
- Long! :
- # The number of suspicious files within the snapshot.
- Long! :
- # The level of encryption detected within the snapshot.
- EncryptionLevel! :
- # A list of children belonging to the workload. These children were also
- # determined to have snapshots with anomalous activity.
- WorkloadAnomaly!]! : [
- # The total number of children belong to the workload, regardless
- # of whether or not they have snapshots containing anomalous activity.
- Long! :
- # Represents the information about strains that cause anomalies.
- AnomalyInfo :
- # The FID of the snapshot taken before the snapshot that was determined
- # to have anomalous activity.
- String! :
- # Type of the anomaly detected.
- AnomalyType! :
- # Time when the anomaly was detected.
- DateTime :
- # Identifies the anomaly for a given workload.
- String! :
- # The resolution status of the anomaly.
- ResolutionStatus! :
- # The object type of the workload.
- HierarchyObjectTypeEnum! :
- # The creation date of the snapshot determined to have anomalous activity.
- DateTime! :
- # The Rubrik cluster associated with the workload.
- Cluster! :
- # The location of the workload.
- SnappableLocationType! :
- # The Data Discovery results of the snapshot before the occurrence of the anomaly
- # in the workload.
- PolicyObj :
- # Severity of the anomaly event.
- ActivitySeverityEnum! :
- }
link Require by
- WorkloadAnomalyA workload that has a snapshot or children with anomalous activity.
- WorkloadAnomalyConnectionPaginated list of WorkloadAnomaly objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- WorkloadAnomalyEdgeWrapper around the WorkloadAnomaly object. This wrapper is used for pagination.