[ https://jira.fiware.org/browse/HELP-14506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Veronika Vlnkova reassigned HELP-14506: --------------------------------------- Assignee: Gilles Privat > [fiware-askbot] REST API URL to subscribe orion from Cepheus cep > ---------------------------------------------------------------- > > Key: HELP-14506 > URL: https://jira.fiware.org/browse/HELP-14506 > Project: Help-Desk > Issue Type: Monitor > Reporter: Backlog Manager > Assignee: Gilles Privat > Labels: fiware-cep > > Created question in FIWARE Q/A platform on 09-08-2018 at 12:08 > {color: red}Please, ANSWER this question AT{color} https://ask.fiware.org/question/1026/rest-api-url-to-subscribe-orion-from-cepheus-cep/ > +Question:+ > REST API URL to subscribe orion from Cepheus cep > +Description:+ > An entity is created at orion and we want to subscribe it from cepheus cep. > i am using /v1/subscribeContext url for subscription. Body of this POST method url is below > { > "entities": [ > { > "type": "Room", > "isPattern": "false", > "id": "Room1" > } > ], > "attributes": [ > "pressure","temperature" > ], > "reference": "http://localhost:8080", > "duration": "P1M", > "notifyConditions": [ > { > "type": "ONCHANGE", > "condValues": [ > "pressure","temperature" > ] > } > ], > "throttling": "PT5S" > } > Now in reference tag i have to give URL where this subscribed value will be published. If i give simple 'localhost:8080' then it will not work. i have to give a specific URL. Can anyone please let me know what may the URL of CEP where orion will publish. -- 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