問題タブ [fiware-cep]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
75 参照

fiware - それを使用して CEP Ge のイベントを作成する方法、s rest API およびそれを私の orion と対話する方法

私は、cep-r5.4.3-img イメージを使用して fiware-lab で CEP インスタンスを起動しました。CEP で簡単なユースケースを実行したい、つまり、それを使用してイベントを作成したいので、postman で以下のコマンドを実行しました。

投稿: http://XXx.XXX.xxx.xx:8080/ProtonUnitTest/rest/events

ヘッダー: Content-Type =application/json

{"Name": "イベントタイプ名", "attr1": "value1", "attr2": "value2"}

次に、エラー 404 not found が表示されます。このリンクhttps://imgur.com/a/eFnE09qに、郵便配達員のエラーのスクリーンショットも添付します。今何が問題なのですか.しかし、私はGUIからイベントを作成することができます.

最後に、CEP と Orion が段階的に相互作用しているユースケースを誰かが私に共有できる場合.