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

Custom payload in NGSI-LD subscriptions

I would like to know if NGSI-LD subscriptions (Orion-LD) also have a field inside notification to specify a custom payload, similar to payload field inside notification.httpCustom in NGSIv2 subscriptions:

“notification”: "httpCustom": { "url": "http://foo.com/entity/${id}", "headers": { "Content-Type": "text/plain" }, "method": "PUT", "qs": { "type": "${type}" }, "payload": "The temperature is ${temperature} degrees" }

Thank you in advance.