PI Notifications REST endpoint message formats more customizable
As a user, I would like to have more customization over the message formats of REST endpoints by being able to use substitution parameters.
Guest
Aug 20, 2022
Example
{
"AM/HV270618" : {
"Temperature" : "OK",
"Pressure" : "IMPAIRED",
"Voltage" : "IMPAIRED"
}
}
Where the first name is the name of the asset to which the following attribute values are to be assigned in the target system. PI Notifications doesnt allow the value of the "name" to be assigned through an AF attribute reference in a template or substitution parameter such as %Element%.
If the above is valid JSON syntax, then PI should also support this format.