INPUT_OBJECT
AnomalyResultFilterInput
Description
Filter anomaly result data.
link GraphQL Schema definition
- input AnomalyResultFilterInput {
- # Filter by archival location ID.
- : [String!]
- # Filter by Rubrik cluster ID.
- : [UUID!]
- # End of filtering time range.
- : DateTime
- # Filter based on anomalous status of the snapshot.
- : Boolean
- # Filter by internal managed ID.
- : [String!]
- # Start of filtering time range.
- : DateTime
- # Filter by internal object fid.
- : [UUID!]
- }