Write a value of a thing metric, identified by the thingId and metricName query parameters.
This endpoint is the way to push into the DPS the data of products that do not publish them directly through the cloud connection, for instance devices reached through a third-party platform.
The payload carries a data array, where each element provides the timestamp of the sample and the list of values to store, so that several samples can be written with a single call.
Required permissions: READ_THING, WRITE_METRIC_VALUE.
The name of the tenant (e.g. acme).
The thing identifier the metric belongs to.
The name of the metric to update.
The new value payload.
The timestamp related to the metric value to update.
The metric value to save.
Successful operation.
Request data not valid.
The error response.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.