FIWARE Service and ServicePath
このカスタム・ノードは、FIWARE Service と ServicePath を管理できるノードです。

パススルー
FIWARE Service の値、および/または ServicePath の値を操作なしで出力に渡すことができます。
プロパティ

name: ノード・インスタンスの名前FIWARE Service:PassthroughFIWARE ServicePath:Passthrough
例
入力
payload JSON Object
msg.context には、JSON オブジェクトが含まれている必要があります。
{
"fiwareService": "openiot",
"fiwareServicePath": "/iot"
}
出力
payload JSON Object
msg.context には、JSON オブジェクトが含まれます。
{
"fiwareService": "openiot",
"fiwareServicePath": "/iot"
}
FIWARE Service および/または ServicePath の追加
msg.context に FIWARE Service および/または FIWARE ServicePath を追加できます。
プロパティ

name: ノード・インスタンスの名前FIWARE Service:AddService value: FIWARE Service の値FIWARE ServicePath:AddService valuePath: FIWARE ServicePath の値
例
Set Service value to OpenIoT and Service valuePath to /iot.
入力
payload JSON Object
msg.context には、JSON オブジェクトが含まれている必要があります。
{}
出力
payload JSON Object
msg.context には、JSON オブジェクトが含まれます。
{
"fiwareService":"openiot",
"fiwareServicePath":"/iot"
}
FIWARE Service および/または ServicePath の削除
msg.context から FIWARE Service および/または FIWARE ServicePath を削除できます。
プロパティ

name: ノード・インスタンスの名前FIWARE Service:DeleteFIWARE ServicePath:Delete
例
入力
payload JSON Object
msg.context には、JSON オブジェクトが含まれている必要があります。
{
"fiwareService":"openiot",
"fiwareServicePath":"/iot"
}
出力
payload JSON Object
msg.context には、JSON オブジェクトが含まれます。
{}