Import time series

Import multiple time series in bulk, by creating new time series or updating existing time series.

If you would like to import multiple time series belonging to different signals, specify - as the signal identifier. (Signal identifiers are part of each time series' resource name, so your time series will still be assigned to their corresponding signals.)

The default knownTime for a data point is insertion time, i.e. same as setting currentTime to true. To override the default behaviour, set one of the defaultKnownTime fields.

Note: Exabel only supports processing time series with daily or lower resolution. Timestamps must be RFC 3339 timestamps, normalised to midnight UTC, e.g. 2020-01-01T00:00:00Z.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
[\w+\.]?\w[\w-]{0,63}

The ID of a signal, e.g. signalIdentifier or namespace.signalIdentifier. The namespace must be empty (being global) or a namespace accessible to the customer. The signal identifier must match the regex [a-zA-Z]\w{0,63}.

Body Params

The request to import multiple time series. The parents of the time series will be inferred from timeSeries.name.

timeSeries
array of objects

One or more time series to import.

timeSeries
boolean

Set to true to report the status of each time series in the response. If false, a failure for one time series will fail the entire request, and a sample of the failures will be reported in the trailers.

insertOptions
object

Insert options for this request.

updateOptions
object

Update options for this request.

defaultKnownTime
object

This field is deprecated and replaced with insertOptions.defaultKnownTime.

boolean

This field is deprecated and replaced with updateOptions.allowMissing.

boolean

This field is not in use anymore.

boolean

This field is deprecated and replaced with updateOptions.replaceExistingTimeSeries.

boolean

This field is deprecated and replaced with insertOptions.shouldOptimise.

boolean

This field is deprecated and replaced with updateOptions.replaceKnownTime.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json