Related Concepts: Case Manipulation

This function marks a case as important. The importance mark can be either filtered in the search window or in the case queue. In addition, it is visible in the case queue without clicking on the case itself.

siemplify.mark_case_as_important()

Parameters

Param Name Param Type Possible Values Comments Mandatory Parameter
case_id string 12345 Unique case identifier. No
alert_identifier string 12345 Unique alert identifier. No

Return Type

NoneType

Example:

Sample Code
from SiemplifyAction import SiemplifyAction 
siemplify = SiemplifyAction() 
siemplify.mark_case_as_important()
Result Behavior
The current case is marked as important. 
Result Value
None