Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Chapter:Data
-
HD-Enabler:Orion
Description
Created question in FIWARE Q/A platform on 13-12-2016 at 20:12
Please, ANSWER this question AT http://stackoverflow.com/questions/41128616/how-to-add-a-custom-header-in-outgoing-notifications-with-orion
Question:
How to add a custom header in outgoing notifications with Orion?
Description:
I read the "Custom notifications" section in the NGSIv2 specification and I still have doubts in how to make this work.
Do I have to put in my subscribe POST the following code as a payload?
"httpCustom": {
"url": "http://foo.com/entity/$
",
"headers":
,
"method": "PUT",
"qs": {
"type": "$
"
},
"payload": "The temperature is $
degrees"
}
How would be a complete payload with a httpCustom for a subscribe with Authentication/Authorization?
Lastly, is really necessary to use Rush, as stated at Rush Relayer? In this case, we have to use a "third-party" software that was updated almost 3 years ago. Why not Orion provides this? I would appreciate some help regarding this too.
Activity
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
HD-Enabler | Unknown [ 10910 ] | |
HD-Chapter | Unknown [ 10845 ] | |
HD-Node | Unknown [ 10852 ] |
Assignee | Fermín Galán [ fermin ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Summary | [fiware-stackoverflow] How to add a custom header in outgoing notifications with Orion? | FIWARE.Question.Tech.How to add a custom header in outgoing notifications with Orion?. |
HD-Enabler | Unknown [ 10910 ] | |
HD-Chapter | Unknown [ 10845 ] | |
HD-Node | Unknown [ 10852 ] |
HD-Enabler | Orion [ 10875 ] | |
Description |
Created question in FIWARE Q/A platform on 13-12-2016 at 20:12 {color: red}Please, ANSWER this question AT{color} http://stackoverflow.com/questions/41128616/how-to-add-a-custom-header-in-outgoing-notifications-with-orion +Question:+ How to add a custom header in outgoing notifications with Orion? +Description:+ I read the "Custom notifications" section in the NGSIv2 specification and I still have doubts in how to make this work. Do I have to put in my subscribe POST the following code as a payload? "httpCustom": { "url": "http://foo.com/entity/${id}", "headers": { "Content-Type": "text/plain" }, "method": "PUT", "qs": { "type": "${type}" }, "payload": "The temperature is ${temperature} degrees" } How would be a complete payload with a httpCustom for a subscribe with Authentication/Authorization? Lastly, is really necessary to use Rush, as stated at Rush Relayer? In this case, we have to use a "third-party" software that was updated almost 3 years ago. Why not Orion provides this? I would appreciate some help regarding this too. |
Created question in FIWARE Q/A platform on 13-12-2016 at 20:12
{color: red}Please, ANSWER this question AT{color} http://stackoverflow.com/questions/41128616/how-to-add-a-custom-header-in-outgoing-notifications-with-orion +Question:+ How to add a custom header in outgoing notifications with Orion? +Description:+ I read the "Custom notifications" section in the NGSIv2 specification and I still have doubts in how to make this work. Do I have to put in my subscribe POST the following code as a payload? "httpCustom": { "url": "http://foo.com/entity/${id}", "headers": { "Content-Type": "text/plain" }, "method": "PUT", "qs": { "type": "${type}" }, "payload": "The temperature is ${temperature} degrees" } How would be a complete payload with a httpCustom for a subscribe with Authentication/Authorization? Lastly, is really necessary to use Rush, as stated at Rush Relayer? In this case, we have to use a "third-party" software that was updated almost 3 years ago. Why not Orion provides this? I would appreciate some help regarding this too. |
HD-Chapter | Data [ 10838 ] |
Fix Version/s | 2021 [ 12600 ] |