FIWARE Service and ServicePath

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

パススルー

FIWARE Service の値、および/または ServicePath の値を操作なしで出力に渡すことができます。

プロパティ

  • name: ノード・インスタンスの名前
  • FIWARE Service: Passthrough
  • FIWARE 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: Add
  • Service value: FIWARE Service の値
  • FIWARE ServicePath: Add
  • Service 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: Delete
  • FIWARE ServicePath: Delete

入力

payload JSON Object

msg.context には、JSON オブジェクトが含まれている必要があります。

{
  "fiwareService":"openiot",
  "fiwareServicePath":"/iot"
}

出力

payload JSON Object

msg.context には、JSON オブジェクトが含まれます。

{}