Example
Show incidents with approved status
approvalStatus: APPROVED
Example
Show incidents with manual change type
changeType: MANUAL
Example
Show incidents in the patching category
dispositionCategory: PATCHING
Example
Show incidents with this ID
id: a2608bbc-0887-4052-90d4-4cdb5c4fcff4
Examples
Show incidents with this name
name: Windows Security Incident
Show any incidents that contain parts of name
name: "Windows Security Incident"
Show incidents that match exact value
name: `Windows Security Incident`
Example
Show incidents with this rule ID
id: a2608bbc
Examples
Show incidents with this rule name
ruleName: Rule for create action
Show incidents that contain parts of name
ruleName: "create action"
Show incidents that match exact value
ruleName: 'create action'
Example
Show incidents that are open
status: OPEN
Example
Show incidents that are auto-approved
type: AUTOMATED
Example
Show approved incidents in patching category
approvalStatus: APPROVED and dispositionCategory:
PATCHING
Example
Show incidents that were not pre-approved
not changeType: PRE_APPROVED_CHANGE_CONTROL
Example
Show incidents with one of these categories
dispositionCategory: MALWARE or dispositionCategory:
GENERAL_HACKING