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

Revision history [back]

click to hide/show revision 1
initial version

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.