INPUT_OBJECT

AnomalyResultFilterInput

Description

Filter anomaly result data.

link GraphQL Schema definition

  • input AnomalyResultFilterInput {
  • # Filter by Rubrik cluster ID.
  • clusterUuid: [UUID!]
  • # Filter by internal managed ID.
  • managedId: [String!]
  • # Start of filtering time range.
  • startTime: DateTime
  • # End of filtering time range.
  • endTime: DateTime
  • # Filter based on anomalous status of the snapshot.
  • isAnomaly: Boolean
  • # Filter by internal object fid.
  • workloadFid: [UUID!]
  • }