I create my Instance on the CLOUD but when try to do a POST the data are not send to the VM, something is wrong with the data I use ?
- I'm using Rest Client on Firefox.
This is the body of the code (Json) :
{ "contextElements": [ { "type": "Room", "isPattern": "false", "id": "Room1", "attributes": [ { "name": "temperature", "type": "float", "value": "23" }, { "name": "pressure", "type": "integer", "value": "720" } ] } ], "updateAction": "APPEND" }
The URL is http://10.0.22x.6x:1026/NGSI10/updateContext
and the headers are:
- Content-Type: application/json
- Accept: application/json