Trigger Ingest

POST

Triggers an ingest job for the given data source. The ingest job will be processed asynchronously.

Request

This endpoint expects an object.
sourceobjectRequired
propertiesmap from strings to stringsRequired
labelsset of stringsRequired
datasetNamestringOptional
datasetDescriptionstringOptional
timestampMetadataobjectOptional
channelConfigobjectOptional

If absent, will default to a channel config that constructs a prefix tree with . as the delimiter.

Response

This endpoint returns an object.
datasetRidstring
datasetFileIdUUIDOptional
asyncHandleobjectOptional
Built with