mirror of
https://github.com/ansible/awx.git
synced 2026-04-12 05:29:24 -02:30
Move view around and inherit from right view to get OPTIONS
we needed to inherit from GenericAPIView to get the options to render correctly q! add execution env support add organization validation to the workflowjob Update awx/api/serializers.py Co-authored-by: Elijah DeLee <kdelee@redhat.com> Update awx/api/serializers.py Co-authored-by: Elijah DeLee <kdelee@redhat.com>
This commit is contained in:
16
awx/api/templates/api/bulk_job_launch_view.md
Normal file
16
awx/api/templates/api/bulk_job_launch_view.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Bulk Job Launch
|
||||
|
||||
This endpoint allows the client to launch multiple UnifiedJobTemplates at a time, along side any launch time parameters that they would normally set at launch time.
|
||||
|
||||
Example:
|
||||
|
||||
```
|
||||
{
|
||||
"name": "my bulk job",
|
||||
"jobs": [
|
||||
{"unified_job_template": 7, "inventory": 2},
|
||||
{"unified_job_template": 7, "credentials": [3]}
|
||||
]
|
||||
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user