Create Or Get

POST

Creates a new series if it doesn’t already exist.

A series exists if there is already a series with the same channel name and tag values in the data source. Returns the series that was created or the existing series.

Request

This endpoint expects an object.
type"DOUBLE" or "STRING"Required
Allowed values: DOUBLESTRING
dataSourceRidstringRequired
channelstringRequired
tagsmap from strings to stringsRequired

Response

This endpoint returns an object.
ridstring
type"DOUBLE" or "STRING"
Allowed values: DOUBLESTRING
dataSourceRidstring
channelstring
tagsmap from strings to strings
Built with