post https://ads-dev.aylanetworks.com/apiv1/dsns//properties//datapoints.json
This API creates a datapoint for the specified property. The metadata in the request data is optional and you can enter maximum of 10 metadata entries.
{
  "datapoint": {
    "value": "",
    "metadata": {
      "key1": "",
      "key2": ""
    }
  }
}