reportAlertAsFalsePositive
Report an alert as a false positive and optionally create an exclusion.
Examples
mutation ReportAlertAsFalsePositive($input: ReportFalsePositiveInput!) {
reportAlertAsFalsePositive(input: $input) {
exclusionInfo {
exclusions {
exclusionType
exclusionId
modifiedIssues
modifiedBy
createdAt
exclusionAppliedOn
exclusionTypeLabel
exclusionMatch {
key
value
}
appName
policyName
appId
policyId
policyCategory
appType
comment
exclusionScope
oxIssueId
issueName
exclusionMode
expiredAt
isActive
inDayExpired
inWeekExpired
status
fp
falsePositiveDetails {
comment
reportedBy
reportedAt
}
exclusionSubType
}
totalExclusions
totalFilteredExclusions
}
aggregationsStatus
}
}Variables
This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.
Arguments
You can use the following argument(s) to customize your reportAlertAsFalsePositive mutation.
input ReportFalsePositiveInput! required
Details of the false positive report and optional exclusion
reportedAlertInput ExcludeAlertInput!
isExclude Boolean!
Fields
Return type: ReportFalsePositiveAlertRes
You can use the following field(s) to specify what information your reportAlertAsFalsePositive mutation will return. Please note that some fields may have their own subfields.
exclusionInfo GetExclusionsRes
Information about the created exclusion if one was created
exclusions [Exclusion!]!
totalExclusions Float
totalFilteredExclusions Float
aggregationsStatus String
Status of aggregations for display in UI based on enum AggregationsStatus
Last updated
