This custom node is a simple node that allows to manage FIWARE Service and ServicePath.
It allows to pass FIWARE Service value and/or ServicePath value to output without manipulation.
name
: A name for a node instanceFIWARE Service
:Passthrough
FIWARE ServicePath
:Passthrough
payload JSON Object
A msg.context
should contain JSON Object.
{
"fiwareService": "openiot",
"fiwareServicePath": "/iot"
}
payload JSON Object
A msg.context
contains JSON Object.
{
"fiwareService": "openiot",
"fiwareServicePath": "/iot"
}
It allows to add FIWARE Service and/or FIWARE ServicePath to msg.context
.
name
: A name for a node instanceFIWARE Service
:Add
Service value
: A value of FIWARE ServiceFIWARE ServicePath
:Add
Service valuePath
: A value of FIWARE ServicePath
Set Service value
to OpenIoT
and Service valuePath
to /iot
.
payload JSON Object
A msg.context
should contain JSON Object.
{}
payload JSON Object
A msg.context
contains JSON Object.
{
"fiwareService":"openiot",
"fiwareServicePath":"/iot"
}
It allows to delete FIWARE Service and/or FIWARE ServicePath from msg.context
.
name
: A name for a node instanceFIWARE Service
:Delete
FIWARE ServicePath
:Delete
payload JSON Object
A msg.context
should contain JSON Object.
{
"fiwareService":"openiot",
"fiwareServicePath":"/iot"
}
payload JSON Object
A msg.context
contains JSON Object.
{}