This function allows to inject CaseInfo objects to Siemplify as cases. The function converts the CaseInfo objects to matching Siemplify case files, who are being transferred to the Siemplify Data Processing Pipline Engine. The given CaseInfo objects will be converted to matching Siemplify case files and will be processed and injected to the Siemplify system.

return_package(cases, output_variables, log_items)

Parameters

Param Name Param Type Possible Values Comments Mandatory Parameter
cases cases list of cases [ CaseInfo ] Cases ready to be ingested to siemplify system. Yes
output_variables dict
Deprecated No
log_items list
Deprecated No

Return Value

None

Example

Sample code
from SiemplifyConnectors import SiemplifyConnectorExecution siemplify = SiemplifyConnectorExecution() siemplify.return_package(cases, output_variables, log_items)
Result Value
None