INPUT_OBJECT
ResolveAnomalyInput
Description
Resolve an anomaly.
link GraphQL Schema definition
- input ResolveAnomalyInput {
- # The ID of the anomaly.
- : String!
- # The type of anomaly.
- : AnomalyType!
- # An optional list of directories to snooze if a false positive is reported.
- : [String!]
- # An optional false positive report for the anomaly resolution.
- : AnomalyFalsePositiveReport
- # The workload ID of the anomaly.
- : UUID!
- }