Skip to main content
Question

How to pass parameters to custom Job scripts in Google SecOps?

  • August 25, 2025
  • 2 replies
  • 70 views

joaocarvalho
Forum|alt.badge.img+2

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?

2 replies

ylandovskyy
Staff
Forum|alt.badge.img+16
  • Staff
  • August 26, 2025

Hey ​@joaocarvalho ,


Please refer to the “Sample Integration” for a real example. More information about available in this post.


joaocarvalho
Forum|alt.badge.img+2
  • Author
  • Bronze 1
  • August 26, 2025

Thanks for the answear, Ylandovskyy!