Bulk Job Launch

post

/api/v2/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.

Request

Supported Media Types
Body ()
Root Schema : BulkJobLaunch
Type: object
Show Source
Nested Schema : Extra vars
Type: object
Title: Extra vars
Nested Schema : jobs
Type: array
List of jobs to be launched, JSON. e.g. [{"unified_job_template": 7}, {"unified_job_template": 10}]
Show Source
Nested Schema : BulkJobNode
Type: object
List of jobs to be launched, JSON. e.g. [{"unified_job_template": 7}, {"unified_job_template": 10}]
Show Source
Nested Schema : always_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : credentials
Type: array
Show Source
Nested Schema : Extra data
Type: object
Title: Extra data
Nested Schema : failure_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : instance_groups
Type: array
Show Source
Nested Schema : labels
Type: array
Show Source
Nested Schema : success_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Back to Top

Response

Supported Media Types

201 Response

Body ()
Root Schema : BulkJobLaunch
Type: object
Show Source
Nested Schema : Extra vars
Type: object
Title: Extra vars
Nested Schema : jobs
Type: array
List of jobs to be launched, JSON. e.g. [{"unified_job_template": 7}, {"unified_job_template": 10}]
Show Source
Nested Schema : BulkJobNode
Type: object
List of jobs to be launched, JSON. e.g. [{"unified_job_template": 7}, {"unified_job_template": 10}]
Show Source
Nested Schema : always_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : credentials
Type: array
Show Source
Nested Schema : Extra data
Type: object
Title: Extra data
Nested Schema : failure_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Nested Schema : instance_groups
Type: array
Show Source
Nested Schema : labels
Type: array
Show Source
Nested Schema : success_nodes
Type: array
Read Only: true
Unique Items Required: true
Show Source
Back to Top