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
seriesDataType"DOUBLE" or "STRING"Optional
Allowed values: DOUBLESTRING
granularity"PICOSECONDS" or "NANOSECONDS"Optional
Allowed values: PICOSECONDSNANOSECONDS

Response

This endpoint returns an object.
ridstring
dataSourceRidstring
locatorobject
channelstring
granularity"PICOSECONDS" or "NANOSECONDS"
Allowed values: PICOSECONDSNANOSECONDS

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

timeLocatorobjectOptional

Only required to be present for legacy CSVs.

descriptionstringOptional
unitstringOptional
seriesDataType"DOUBLE" or "STRING"Optional
Allowed values: DOUBLESTRING
Built with