INPUT_OBJECT

NfAnomalyResultFilterInput

Description

Filter non-filesystem anomaly result data.

link GraphQL Schema definition

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