Creates a bulk import job of time series data into data lake.
POST {{baseUrl}}/timeSeriesImportJobs
Creates an asynchronous job to bulk import time series data into data lake. The import takes into account time series data from the provided aspects associated to the provided assets, in the given time range.
Request Body
{"name"=>"<string>", "aspectNames"=>["<string>", "<string>"], "assetIds"=>["<string>", "<string>"], "to"=>"<YYYY-MM-DDThh:mm:ss.sssZ>", "from"=>"<YYYY-MM-DDThh:mm:ss.sssZ>", "destination"=>"<string>", "subtenantId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |