reportAlertAsFalsePositiveForPipelineIssues
Report an alert as a false positive for pipeline issues.
Examples
mutation ReportAlertAsFalsePositiveForPipelineIssues($input: ReportFalsePositiveInput!) {
reportAlertAsFalsePositiveForPipelineIssues(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
}
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 reportAlertAsFalsePositiveForPipelineIssues mutation.
input ReportFalsePositiveInput! required
Details of the false positive report for pipeline issues
reportedAlertInput ExcludeAlertInput!
isExclude Boolean!
Fields
Return type: ReportFalsePositiveAlertRes
You can use the following field(s) to specify what information your reportAlertAsFalsePositiveForPipelineIssues 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
