Param name | Description |
---|---|
job_invocation required |
Value: Must be a Hash |
job_invocation[job_category] required |
Job category Value: Must be String |
job_invocation[job_template_id] optional , nil allowed |
If using a specific template, the id of that template. Value: Must be String |
job_invocation[targeting_type] required |
Invocation type, one of {"static_query"=>"Static Query", "dynamic_query"=>"Dynamic Query"} Value: Must be String |
job_invocation[inputs] optional , nil allowed |
Inputs to use Value: Must be Hash |
job_invocation[ssh] optional , nil allowed |
SSH provider specific options Value: Must be a Hash |
job_invocation[ssh][effective_user] optional , nil allowed |
What user should be used to run the script (using sudo-like mechanisms). Defaults to a template parameter or global setting. Value: Must be String |
job_invocation[recurrence] optional , nil allowed |
Create a recurring job Value: Must be a Hash |
job_invocation[recurrence][cron_line] optional , nil allowed |
How often the job should occur, in the cron format Value: Must be String |
job_invocation[recurrence][max_iteration] optional , nil allowed |
Repeat a maximum of N times Value: Must be a number. |
job_invocation[recurrence][end_time] optional , nil allowed |
Perform no more executions after this time Value: Must be DateTime |
job_invocation[scheduling] optional , nil allowed |
Schedule the job to start at a later time Value: Must be a Hash |
job_invocation[scheduling][start_at] optional , nil allowed |
Schedule the job for a future time Value: Must be DateTime |
job_invocation[scheduling][start_before] optional , nil allowed |
Indicates that the action should be cancelled if it cannot be started before this time. Value: Must be DateTime |
job_invocation[bookmark_id] optional , nil allowed |
Value: Must be Integer |
job_invocation[search_query] optional , nil allowed |
Value: Must be Integer |
job_invocation[description_format] optional , nil allowed |
Override the description format from the template for this invocation only Value: Must be String |