OBJECT
NfAnomalyResult
Description
Non-filesystem Anomaly analysis report from lambda service.
link GraphQL Schema definition
- type NfAnomalyResult {
- # Unique ID for the anomaly.
- String! :
- # The internal FID of the object.
- UUID! :
- # The name of the object.
- String! :
- # The time at which the anomaly was detected.
- DateTime! :
- # The type of the object.
- ObjectTypeEnum! :
- # Specifies whether the snapshot is anomalous.
- Boolean! :
- # The Rubrik cluster of the object.
- Cluster! :
- # The location 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.