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
Activity
FIWARE-TECH-HELP
created issue -
Manuel Escriche
made changes -
Field | Original Value | New Value |
---|---|---|
Reporter | FIWARE-TECH-HELP [ fiware-tech-help ] | Alberto Martín [ alberto.martin ] |
Manuel Escriche
made changes -
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Manuel Escriche
made changes -
Assignee | Fermín Galán Márquez [ fermin ] |
Fermín Galán
made changes -
Comment |
[ 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. ] |
Fermín Galán
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Fermín Galán
made changes -
Resolution | Done [ 10000 ] | |
Status | In Progress [ 3 ] | Done [ 10000 ] |
Manuel Escriche
made changes -
Fix Version/s | Sprint 4.1.2 [ 10738 ] |
Fermín Galán
made changes -
Summary | [Fiware-tech-help] [Chp - Data][Orion Context Broker] Wrong sentece | FIWARE.Request.Lab.Data.OrionContextBroker.WrongSentence |
Manuel Escriche
made changes -
Summary | FIWARE.Request.Lab.Data.OrionContextBroker.WrongSentence | FIWARE.Request.Tech.Data.OrionContextBroker.WrongSentence |
Manuel Escriche
made changes -
Workflow | FW eRequest Workflow [ 17889 ] | FW extRequest Workflow-II [ 40637 ] |
Status | Done [ 10000 ] | Closed [ 6 ] |
Issue Type | eRequest [ 10101 ] | extRequest [ 10104 ] |
FI-WARE Environment | FI-LAB [ 10100 ] |
Manuel Escriche
made changes -
HD-Chapter | Data [ 10838 ] | |
HD-Enabler | Orion [ 10875 ] |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
6d 23h 17m | 1 | Fermín Galán | 05/Nov/14 1:46 PM | |||||
|
2s | 1 | Fermín Galán | 05/Nov/14 1:46 PM | |||||
|
432d 19h 22m | 1 | Manuel Escriche | 12/Jan/16 9:08 AM |
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.