INPUT_OBJECT

ResolveAnomalyInput

Description

Resolve an anomaly.

link GraphQL Schema definition

  • input ResolveAnomalyInput {
  • # The type of anomaly.
  • anomalyType: AnomalyType!
  • # The workload ID of the anomaly.
  • workloadId: UUID!
  • # The ID of the anomaly.
  • anomalyId: String!
  • # An optional false positive report for the anomaly resolution.
  • falsePositiveReport: AnomalyFalsePositiveReport
  • # An optional list of directories to snooze if a false positive is reported.
  • directoriesToSnooze: [String!]
  • }

link Require by