CreateAdhocRun
Create an adhoc run.
POST
/
api
/v2
/runs:adhoc
Request Body
application/json
RequiredThe request for a call to RunService_CreateAdhocRun
to create an adhoc run.
name
Requiredstring
The name that will be assigned to the new run.
description
Requiredstring
A description about the new run.
startTime
RequiredThe time at which data ingestion began for this new run. It must be before the `stop_time`
Format:
"date-time"
stopTime
Requiredstring
The time at which data ingestion concluded for this new run.
Format:
"date-time"
assetIds
Requiredarray<string>
A list of asset IDs to associate with the new run.
tags
array<string>
Tags to associate with the new run.
metadata
array<object>
The metadata values associated with this run.
clientKey
string
An arbitrary user-chosen key that uniquely identifies this run. Optional, though it is recommended to provide.
A successful response.