OBJECT
NfAnomalyResult
Description
Non-filesystem Anomaly analysis report from lambda service.
link GraphQL Schema definition
- type NfAnomalyResult {
- # Unique ID for the anomaly.
- : String!
- # The Rubrik cluster of the object.
- : Cluster!
- # The time at which the anomaly was detected.
- : DateTime!
- # Specifies whether the snapshot is anomalous.
- : Boolean!
- # The location of the object.
- : String!
- # The type of the object.
- : ObjectTypeEnum!
- # The internal FID of the object.
- : UUID!
- # The name of the object.
- : String!
- }
link Require by
- NfAnomalyResultConnectionPaginated list of NfAnomalyResult objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- NfAnomalyResultEdgeWrapper around the NfAnomalyResult object. This wrapper is used for pagination.