URL parameters
The ID of the Warehouse source to create the time series for.
Headers
Bearer $TOKEN
application/json
Body parameters
The name of the time series. Must contain only letters, numbers, and underscores.
The data type of the time series. Valid types are: string, string_low_cardinality, int64_delta, int64, uint64_delta, uint64, float64_delta, datetime64_delta, boolean, array_bfloat16, array_float32.
The SQL expression used to compute the time series. For example JSONExtract(raw, 'response_time', 'Nullable(Float64)').
An array of aggregation functions (e.g., avg, min, max). If omitted, no aggregations are applied.
The type of vector index to apply (e.g., vector_similarity). Only applicable for vector types (array_bfloat16, array_float32).
The vector dimension if expression_index is vector_similarity (e.g., 512). Supported values: 256, 384, 512, 768, 1024, 1536, 3072, 4096, 10752.
The distance function to use for vector similarity (e.g., cosine, l2).