【发布时间】:2014-08-28 09:16:46
【问题描述】:
我订阅了 Cosmos 中的一个实体(ontimeinterval 订阅),在此之前我使用以下命令运行累加器服务器:
# cd /usr/share/contextBroker/tests
# ./accumulator-server.py 1028 /accumulate on
这是我发送的查询:
curl orion.lab.fi-ware.org:1026/NGSI9/subscribeContextAvailability -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' \--header "X-Auth-Token: $AUTH_TOKEN" -d @notificate.json
问题是我在服务器中没有收到任何通知(间隔是10s和1个月)。
我做错了什么?谢谢
【问题讨论】:
标签: fiware-orion fiware