Creates a job to launch multiple target groups
POST/demand/accounts/:account_id/projects/:project_id/batch-jobs/launch-fielding-runs-by-target-group-id
Creates an asynchronous job to launch a list of target groups.
This action sets the status of the specified target groups to live and updates their fielding start time to the current time.
This endpoint returns a Location header containing the URL you can use to track the job's status.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The job was created successfully. Poll the URL in the Location header to track its status.
Response Headers
The traceparent header carries the trace ID and parent span ID, as defined by the W3C Trace Context specification. It's used to trace a single request as it moves through multiple services.
The tracestate header complements the traceparent header by carrying vendor-specific trace information. This allows different services to add their own data to a trace.
Contains the URL where a new resource can be found, often returned with a 201 Created response. It follows the format defined in RFC 7231.
/demand/accounts/101/projects/01BTGNYV6HRNK8K8VKZASZCFP0/batch-jobs/launch/01BTGNYV6HRNK8K8VKZASZCFP1A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.