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