v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
DataHub

Ingest CSV file

Sends a batch of events to DataHub using a CSV file, either uncompressed or compressed in ZIP or GZ format. It may take up to 15 minutes for the data to become available in the DoiT console.

post/datahub/v1/csv/upload

Response

OK - Ingestion succeeded.

batchstring

batch id, generated during ingestion

ingestedRowsinteger

the number of events that have been accepted for processing

Example response

{
  "batch": "your_file.csv.gz_1730972725212",
  "ingestedRows": 15
}