OBJECT
WorkloadAnomaly
Description
A workload that has a snapshot or children with anomalous activity.
link GraphQL Schema definition
- type WorkloadAnomaly {
- # A list of children belonging to the workload. These children were also
- # determined to have snapshots with anomalous activity.
- : [WorkloadAnomaly!]!
- # The creation date of the snapshot determined to have anomalous activity.
- : DateTime!
- # 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!
- # Identifies the anomaly for a given workload.
- : String!
- # Represents the information about strains that cause anomalies.
- : AnomalyInfo
- # Type of the anomaly detected.
- : AnomalyType!
- # The Rubrik cluster associated with the workload.
- : Cluster!
- # The number of files created within the snapshot.
- : Long!
- # The number of files deleted within the snapshot.
- : Long!
- # Time when the anomaly was detected.
- : DateTime
- # The level of encryption detected within the snapshot.
- : EncryptionLevel!
- # The location of the workload.
- : SnappableLocationType!
- # The number of files modified within the snapshot.
- : Long!
- # The object type of the workload.
- : HierarchyObjectTypeEnum!
- # The Data Discovery results of the snapshot before the occurrence of the anomaly
- # in the workload.
- : PolicyObj
- # The FID of the snapshot taken before the snapshot that was determined
- # to have anomalous activity.
- : String!
- # The resolution status of the anomaly.
- : ResolutionStatus!
- # Severity of the anomaly event.
- : ActivitySeverityEnum!
- # The number of suspicious files within the snapshot.
- : Long!
- # The total number of children belong to the workload, regardless
- # of whether or not they have snapshots containing anomalous activity.
- : Long!
- # The FID of the workload.
- : String!
- # The Rubrik CDM ID of the workload.
- : String!
- # The name of the workload.
- : String!
- }
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.