Create Logical Series

POST

Create a new logical series.

Request

This endpoint expects an object.
channelstringRequired
locatorobjectRequired
dataSourceRidstringRequired
idLocatorUUIDOptional

If present, will be used as the locator of the LogicalSeriesRid. If a logical series already exists with this id, will throw a CONFLICT.

descriptionstringOptional
unitstringOptional
seriesDataTypeenumOptional
Allowed values: DOUBLESTRING
granularityenumOptional
Allowed values: PICOSECONDSNANOSECONDS

Response

This endpoint returns an object.
ridstring
dataSourceRidstring
locatorobject
channelstring
granularityenum
Allowed values: PICOSECONDSNANOSECONDS

Time granularity of the series. If omitted, defaults to nanoseconds.

timeLocatorobjectOptional

Only required to be present for legacy CSVs.

descriptionstringOptional
unitstringOptional
seriesDataTypeenumOptional
Allowed values: DOUBLESTRING
Built with