POST
/api/datastore/?hash={service}-{device}-{encryptedId}
Zápis JSON dát z periférie (prepíše predchádzajúce dáta pre rovnaký hash)
Auth: hash v URL + IP whitelist
cURL príklad
curl -sS -X POST 'https://{tenant}/api/datastore/?hash=1-1-…' -H 'Content-Type: application/json' -d '{"data":{"temperature":4.2}}'
JSON príklady
Request
Response 200