You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /iot/json/mydevice?k=52t4z7url7&i=001
Host: iotagent:23632
Content-Type: text/plain
temp|14
The endpoint respond with 404. It only works with default resource path /iot/d.
Why I can't be able to send measurement to my custom resource path /iot/json/mydevice?
The text was updated successfully, but these errors were encountered:
Hi @fgalan, I have investigated the issue and found some fix.
I was able to post and get services when I do changes in config.js file as default resource from iot/d to iot/json/mydevice.
I would like to know if it is possible if we can create multiple services on different resource path as I was unable to do so.
I would like to know if it is possible if we can create multiple services on different resource path as I was unable to do so.
It would be a nice to have feature. It would be great if somebody in the community (maybe you? ;) could contribute with a pull request implementing it. The issue has been marked with "help wanted" label. Thanks in advance!
Hi,
I'm using docker image
fiware/iotagent-ul:1.25.0
and I have a problem with iota service group and sending device measurement to it.This is my service group (note the resource attribute set as
/iot/json/mydevice
):If I send a measurement like:
The endpoint respond with 404. It only works with default resource path
/iot/d
.Why I can't be able to send measurement to my custom resource path
/iot/json/mydevice
?The text was updated successfully, but these errors were encountered: