Neeraj Srivastav

Results 13 comments of Neeraj Srivastav

Hi Again i am getting the following issue . nldMhdConnectionInit.cpp[527]:orionldMhdConnectionInit | msg=------------------------- Servicing NGSI-LD request 16529: POST /ngsi-ld/v1/subscriptions/ -------------------------- time=Thursday 08 Jul 01:39:28 2021.802Z | lvl=TMP | corr=N/A | trans=N/A...

Hi Ken Zangelin, I run the same script on Scorpio broker by just changing the port And all the request was successfully executed on scorpio broker.

Hi Kzangeli , sorry for late response.. I am just integrating IoT agent from FogFlow broker via Orion broker . Please find the integration architecture diagram from https://github.com/smartfog/fogflow/blob/development/doc/en/source/ngsildbasediotintegration.rst) this link....

Hi @Kzangeli, Please provide some suggestion how to do the integration ?

@kzangeli, Please let me know if need any kind of input from my side .

Hi @jason-fox Thanks for your response The following are the request created by me 1. Provisioning a Service Group ```console curl -iX POST 'http://192.168.21.232:4041/iot/services' \ -H 'fiware-service: openiot' \ -H...

After sending all the request Fogflow broker get the following data as notification ```json { "id": "urn:ngsi-ld:Notification:614d4c9711b9d03888245e94", "type": "Notification", "subscriptionId": "urn:ngsi-ld:Subscription:614d4c6f11b9d03888245e92", "@context": "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld", "notifiedAt": "2021-09-24T03:57:11.606Z", "data": [{ "id": "urn:ngsi-ld:Device:water001", "type":...

ok @jason-fox - Thanks for you response . I will apply your suggestion and will update you soon .

Hi @jason-fox , I changed the Subscription by following example . ```console curl -iX POST \ 'http://192.168.21.158:1026/ngsi-ld/v1/subscriptions' \ -H 'Content-Type: application/ld+json' \ -H 'Accept: application/ld+json' \ -H 'fiware-service: openiot' \...

Hi @jason-fox , In the NGSI-LD specification it is clearly written that the value should be mandatory. For reference you can see 4.5.2 in the spac https://www.etsi.org/deliver/etsi_gs/CIM/001_099/009/01.02.02_60/gs_CIM009v010202p.pdf