Hi everyone,
I’m working with custom Jobs inside the Google SecOps (formerly Siemplify) IDE, and I’m having trouble figuring out the proper way to pass parameters to my script.
I already saw that I can use the method siemplify.extract_job_param()
inside the script, and I know it’s possible to create parameters from the Job UI. However, I’m not sure where exactly I should provide the parameter values when running the Job.
I understand that I could use “Default Values” when defining the parameters, but that doesn’t seem like the intended use. I also came across some information suggesting that parameter values can be set by configuring the integration from the Marketplace tab, but I couldn’t clearly figure out how this works.
How should parameters be used in scheduled jobs?