_load_target_entities
This function adds the entity from alerts to the target entities list.
result = siemplify._load_target_entities()
Parameters:
No parameters are required.
Return Type
None
Example:
Input: Implicitly, entities via scope.
Sample Code
from SiemplifyAction import SiemplifyAction
siemplify = SiemplifyAction()
result = siemplify._load_target_entities()
Result Behavior
Entities that are on target_entities will be added to the list.
Result Value
target_entities list will be updated with new entity.