Details
-
Type:
Monitor
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FIWARE-TECH-HELP
-
Labels:
Description
Created question in FIWARE Q/A platform on 04-11-2021 at 08:11
Please, ANSWER this question AT 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": [
],
"notification": {
"attributes": [
"id"
],
"format": "keyValues",
"endpoint":
},
"@context": "linktocontext"
}
]
2021-11-05 05:31|CREATED monitor | # answers= 0, accepted answer= False