Series Insert Both Text and Numeric values

Description

Insert text value along with numeric value.

Request

URI

POST /api/v1/series/insert

Payload

[
    {
        "entity": "sensor-01",
        "metric": "temperature",
        "data": [
            {
                "d": "2016-10-14T08:15:00Z",
                "v": 12.4,
                "x": "Provisional"
            }
        ]
    }
]