_load_current_alert
This function loads the alerts from the case.
result = siemplify._load_current_alert()
Parameters:
No parameters are required.
Return Type
List
Example:
Input: Implicitly, alerts via scope.
Sample Code
from SiemplifyAction import SiemplifyAction
siemplify = SiemplifyAction()
result = siemplify._load_current_alert()
Result Behavior
An alert will be returned if it is present in the case.
Result Value
A list of alerts that are present in the current case.