Ingest Run

POST

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

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

Response

This endpoint returns an object.
runRidstring
Built with