1
0
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:
Matthew Jones 2014-11-25 16:22:48 -05:00
parent 7e109cb95d
commit 08ea3bef25

View 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.