mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Add system job template launch documentation
This commit is contained in:
parent
7e109cb95d
commit
08ea3bef25
10
awx/api/templates/api/system_job_template_launch.md
Normal file
10
awx/api/templates/api/system_job_template_launch.md
Normal file
@ -0,0 +1,10 @@
|
||||
Launch a Job Template:
|
||||
|
||||
Make a POST request to this resource to launch the system job template.
|
||||
|
||||
An extra parameter `extra_vars` is suggested in order to pass extra parameters
|
||||
to the system job task. For example: `{"days": 30}` to perform the action on
|
||||
items older than 30 days.
|
||||
|
||||
If successful, the response status code will be 202. If the job cannot be
|
||||
launched, a 405 status code will be returned.
|
Loading…
Reference in New Issue
Block a user