1 | initial version |
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.