post
https://ads-dev.aylanetworks.com/apiv1/devices//properties//datapoints.json
This API creates a datapoint for the specified property.
Body parameter Description:
- datapoint: An object containing the following parameters:
- value: Datapoint value (Mandatory).
- metadata: Each datapoint may also contain a "metadata" field containing key/value pairs (Optional). Maximum 10 metadata entries per datapoint are supported.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
{
"datapoint": {
"value": "",
"metadata": {
"key1": "",
"key2": ""
}
}
} 401Unauthorized
404Not Found
422Unprocessable Entity

