reportAlertAsFalsePositiveForAggregations

Report an alert as a false positive for aggregations.

Examples

mutation ReportAlertAsFalsePositiveForAggregations($input: ReportFalsePositiveInput!) {
  reportAlertAsFalsePositiveForAggregations(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
        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 reportAlertAsFalsePositiveForAggregations mutation.

Argument
Description
Supported fields

Details of the false positive report for aggregations

reportedAlertInput ExcludeAlertInput! isExclude Boolean!

Fields

Return type: ReportFalsePositiveAlertRes

You can use the following field(s) to specify what information your reportAlertAsFalsePositiveForAggregations mutation will return. Please note that some fields may have their own subfields.

Field
Description
Supported fields

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