Ingest Run

Creates a run and ingests data sources to be added to the run.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
titlestringRequired
descriptionstringRequired
startTimeobjectRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
dataSourcesmap from strings to objectsRequired
ridstringOptional

If a run with the same rid already exists, the run will be updated.

endTimeobjectOptional
runPrefixstringOptional

for example, SIM, HTL, FLT

workspacestringOptional

The workspace in which to create the dataset. If not provided, the dataset will be created in the default workspace for the user’s organization, if the default workspace for the organization is configured.

Response

This endpoint returns an object.
runRidstring