[ https://jira.fiware.org/browse/HELP-18907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fernando Lopez reassigned HELP-18907:
-------------------------------------
Assignee: Ken Zangelin
> [fiware-stackoverflow] Orion-LD Subscription Issues
> ---------------------------------------------------
>
> Key: HELP-18907
> URL: https://jira.fiware.org/browse/HELP-18907
> Project: Help-Desk
> Issue Type: Monitor
> Components: FIWARE-TECH-HELP
> Reporter: Backlog Manager
> Assignee: Ken Zangelin
> Labels: fiware, fiware-orion
>
> Created question in FIWARE Q/A platform on 04-11-2021 at 08:11
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/69836595/orion-ld-subscription-issues
> +Question:+
> Orion-LD Subscription Issues
> +Description:+
> I am running Orion-LD:0.8.0 as a service in a docker-compose.
> I want to create a subscription that fires every time that a new entity of type=Event is created in the broker. The subscription should fire the webhook to another service in the docker-compose, which doesn't seem to be working. I'm wondering if it's an issue of how I've written the subscription or something else.
> The subscription as returned from the get request in the broker:
> [
> {
> "id": "urn:ngsi-ld:Subscription:618397ade7b95210721ae0dd",
> "type": "Subscription",
> "description": "notify of new events",
> "entities": [
> {
> "type": "Event"
> }
> ],
> "notification": {
> "attributes": [
> "id"
> ],
> "format": "keyValues",
> "endpoint": {
> "uri": "http://anotherservice:1234/hook/events",
> "accept": "application/json"
> }
> },
> "@context": "linktocontext"
> }
> ]
--
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