Имя параметра | Описание |
---|---|
search необязательно |
отфильтровать результаты Value: Must be String |
order необязательно |
отсортировать результаты Value: Must be String |
page необязательно |
разместить результат на нескольких страницах Value: Must be String |
per_page необязательно |
количество записей на запрос Value: Must be String |
Имя параметра | Описание |
---|---|
id обязательно |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
Имя параметра | Описание |
---|---|
job_invocation обязательно |
Value: Must be a Hash |
job_invocation[job_template_id] обязательно |
The job template to use Value: Must be String |
job_invocation[targeting_type] обязательно |
Invocation type, one of {“static_query”=>“Static Query”, “dynamic_query”=>“Dynamic Query”} Value: Must be String |
job_invocation[inputs] необязательно , nil разрешен |
Inputs to use Value: Must be Hash |
job_invocation[ssh] необязательно , nil разрешен |
SSH provider specific options Value: Must be a Hash |
job_invocation[ssh][effective_user] необязательно , nil разрешен |
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] необязательно , nil разрешен |
Create a recurring job Value: Must be a Hash |
job_invocation[recurrence][cron_line] необязательно , nil разрешен |
How often the job should occur, in the cron format Value: Must be String |
job_invocation[recurrence][max_iteration] необязательно , nil разрешен |
Repeat a maximum of N times Value: Must be a number. |
job_invocation[recurrence][end_time] необязательно , nil разрешен |
Perform no more executions after this time Value: Must be DateTime |
job_invocation[scheduling] необязательно , nil разрешен |
Schedule the job to start at a later time Value: Must be a Hash |
job_invocation[scheduling][start_at] необязательно , nil разрешен |
Schedule the job for a future time Value: Must be DateTime |
job_invocation[scheduling][start_before] необязательно , nil разрешен |
Indicates that the action should be cancelled if it cannot be started before this time. Value: Must be DateTime |
job_invocation[concurrency_control] необязательно , nil разрешен |
Control concurrency level and distribution over time Value: Must be a Hash |
job_invocation[concurrency_control][time_span] необязательно , nil разрешен |
Distribute tasks over N seconds Value: Must be Integer |
job_invocation[concurrency_control][concurrency_level] необязательно , nil разрешен |
Run at most N tasks at a time Value: Must be Integer |
job_invocation[bookmark_id] необязательно , nil разрешен |
Value: Must be Integer |
job_invocation[search_query] необязательно , nil разрешен |
Value: Must be Integer |
job_invocation[description_format] необязательно , nil разрешен |
Override the description format from the template for this invocation only Value: Must be String |
Имя параметра | Описание |
---|---|
id обязательно |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
host_id обязательно |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
since необязательно |
Value: Must be String |