We use proprietary and third party´s cookies to improve your experience and our services, identifying your Internet Browsing preferences on our website; develop analytic activities and display advertising based on your preferences. If you keep browsing, you accept its use. You can get more information on our Cookie Policy
Cookies Policy
Ask Your Question

raman's profile - activity

2020-03-18 09:32:29 +0100 received badge  Famous Question (source)
2018-12-03 09:22:25 +0100 received badge  Popular Question (source)
2018-12-03 09:22:25 +0100 received badge  Notable Question (source)
2018-08-10 08:20:28 +0100 asked a question REST API URL to subscribe orion from Cepheus cep

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.