Details
-
Type: extRequest
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Fix Version/s: Sprint 4.1.2
-
Component/s: FIWARE-TECH-HELP
-
Labels:None
-
HD-Chapter:Data
-
HD-Enabler:Orion
Description
Hi,
While checking metadata, https://forge.fi-ware.org/plugins/mediawiki/wiki/fiware/index.php/Publish/Subscribe_Broker_-_Orion_Context_Broker_-_User_and_Programmers_Guide#Custom_attribute_metadata, the example uses NGSI10. When it says "We can check that temperature includes both attributes" the code below is for NSGI9, while the example was using NGSI10 and it will not show any metadata.
Regards,
Alberto Martín
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help@lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
I understand you refer the following request examples are incorrect
curl localhost:1026/v1/registry/contextEntities
curl localhost:1026/v1/registry/contextEntities/Room1
because they should be
curl localhost:1026/v1/contextEntities
curl localhost:1026/v1/contextEntities
It has been fixed in the documentation wiki.