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
The new attributes of heartRate and location are not to be found ❌ - so this appears to be automatically applying local=true in this case.
The ETSI Spec is quite clear that local=true is required for /types:
6.3.18 Limiting Distributed Operations
The parameter described in this clause limits the execution of an operation to a local Context Source or
Context Broker (clause 5.5.13). It amends the matching Context Source Registrations behaviour as described
in clause 5.12, in the case of the HTTP binding in order to avoid cascading distributed operations (see
clause 4.3.6.4). For all operations the resources /entities/, /types/, /attributes/, /entityOperations/, /temporal/entities/ and temporal/entityOperations/ (and their respective child resources) implementations
shall support the HTTP query parameter specified in Table 6.3.18-1.
The text was updated successfully, but these errors were encountered:
Orion 1.6 -
I have a context broker and an IoT Agent.
context broker initially holds people, agri-parcels and buildings.
http://localhost:1026/ngsi-ld/v1/types
returns:When I add a REDIRECT registration to Farmer (which only holds Animals and run
/types
again. I get Animal added to the list:So far so good. ✅
But if I run
http://localhost:1026/ngsi-ld/v1/types?local=true
I still get Animals in the list which is wrong. ❌I have the reverse issue with an EXCLUSIVE registration. My context broker runs the following Registration:
However when I run
The new attributes of
heartRate
andlocation
are not to be found ❌ - so this appears to be automatically applyinglocal=true
in this case.The ETSI Spec is quite clear that
local=true
is required for/types
:The text was updated successfully, but these errors were encountered: