[ https://jira.fiware.org/browse/HELP-13370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fernando Lopez deleted HELP-13370:
----------------------------------
> [fiware-stackoverflow] Fiware Context Broker: can we subscribe to all the context updates?
> ------------------------------------------------------------------------------------------
>
> Key: HELP-13370
> URL: https://jira.fiware.org/browse/HELP-13370
> Project: Help-Desk
> Issue Type: Monitor
> Reporter: Backlog Manager
> Labels: fiware, fiware-cygnus, fiware-orion
>
> Created question in FIWARE Q/A platform on 05-08-2015 at 09:08
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/31826459/fiware-context-broker-can-we-subscribe-to-all-the-context-updates
> +Question:+
> Fiware Context Broker: can we subscribe to all the context updates?
> +Description:+
> I am using Fiware cygnus to subscribe to orion context broker entities.
> Is it possible to subscribe to all the context updates with one script?
> I dont want to do it one by one.
> Here is an example of subscription:
> (curl 192.168.1.79:1026/v1/subscribeContext -s -S --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'Fiware-Service: test' --header 'Fiware-ServicePath: /testPath' -d @- | python -mjson.tool) <<EOF
> {
> "entities": [
> {
> "type": "room",
> "isPattern": "false",
> "id": "temperature"
> }
> ],
> "attributes": [
> "tmpValue"
> ],
> "reference": "http://192.168.1.40:5050/notify",
> "duration": "P1M",
> "notifyConditions": [
> {
> "type": "ONCHANGE",
> "condValues": [
> "tmpValue"
> ]
> }
> ],
> "throttling": "PT1S"
> }
> EOF
--
This message was sent by Atlassian JIRA
(v6.4.1#64016)
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy