excludeAlert
Create an exclusion for an alert.
Examples
mutation ExcludeAlert($input: ExcludeAlertInput!) {
excludeAlert(input: $input) {
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
}
}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 excludeAlert mutation.
input ExcludeAlertInput! required
Details of the alert to exclude
oxIssueId String!
rule ExclusionRuleInput
comment String
exclusionMode ExclusionMode
expiredAt DateTime
Fields
Return type: GetExclusionsRes
You can use the following field(s) to specify what information your excludeAlert mutation will return. Please note that some fields may have their own subfields.
exclusions [Exclusion!]!
List of exclusions matching the query
exclusionType ExclusionType!
exclusionId String!
modifiedIssues Float
modifiedBy String!
createdAt DateTime!
exclusionAppliedOn String!
exclusionTypeLabel String!
exclusionMatch [ExclusionMatch!]!
appName String
policyName String
appId String
policyId String
policyCategory String
appType String
comment String
exclusionScope ExclusionScope
oxIssueId String
issueName String
exclusionMode ExclusionMode
expiredAt DateTime
isActive Boolean!
inDayExpired Boolean
inWeekExpired Boolean
status StatusMode
fp Boolean
totalExclusions Float
Total number of exclusions in the system
totalFilteredExclusions Float
Number of exclusions matching the current filters
Last updated
