Series Insert Text Value
Description
Insert text value without numeric value. The numeric value is initialized as NaN
(not a number).
Request
URI
POST /api/v1/series/insert
Payload
[
{
"entity": "sensor-01",
"metric": "status",
"data": [
{
"d": "2016-10-14T08:15:00Z",
"v": null,
"x": "Shutdown, RFC 3453"
}
]
}
]