I could not find detailed documentation about Entity Service and Service Path, this is best i could find is this section in the Orion User Manual
I would like to retrieve a "Fiware-ServicePath" for a specific Entity_ID but NGSI10 does not provide that information using queryContext.
Is there a way of retrieving this information ?
My process is described here, everything is working except the the Get ServicePath using EntityID part:
- A gateway is pushing data into Orion and i would like to make to "update or insert procedure":
- Get ServicePath using EntityID
- IF exists: update it
- If not exists: updatecontext with ServicePath '/NewItems'
- Get ServicePath using EntityID
As a workaround, I would add the ServicePath into some metadata...