Skip to content

Customized payload not supported #710

@lidiaplaza

Description

@lidiaplaza

Orion based on NGSI v2 supports custom payload inside notification field. For example:

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

Nevertheless, Orion-LD based on NGSI-LD does not support this useful customization.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions