node-red-contrib-catalogue example

HTTP Endpoint to generate a catalogue.json

[{"id":"67b9a244e883e90e","type":"tab","label":"Flow 3","disabled":false,"info":"","env":[]},{"id":"9f49f1a77e715158","type":"http in","z":"67b9a244e883e90e","name":"","url":"/catalogue.json","method":"get","upload":false,"swaggerDoc":"","x":130,"y":100,"wires":[["5eb93bbf5ea63926"]]},{"id":"d807c5adcad12205","type":"http response","z":"67b9a244e883e90e","name":"","statusCode":"","headers":{},"x":490,"y":100,"wires":[]},{"id":"bb5d576614b243b6","type":"inject","z":"67b9a244e883e90e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":160,"y":60,"wires":[["5eb93bbf5ea63926"]]},{"id":"86a7d788a3c40c24","type":"debug","z":"67b9a244e883e90e","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":500,"y":140,"wires":[]},{"id":"5eb93bbf5ea63926","type":"catalogue catalogue","z":"67b9a244e883e90e","registry":"http://localhost:4873","registrytype":"str","update":"false","updatetype":"bool","name":"","x":340,"y":100,"wires":[["d807c5adcad12205","86a7d788a3c40c24"]]}]

Flow Info

Created 1 year, 3 months ago
Rating: not yet rated

Actions

Rate:

Node Types

Core
  • debug (x1)
  • http in (x1)
  • http response (x1)
  • inject (x1)
Other

Tags

  • catalogue
Copy this flow JSON to your clipboard and then import into Node-RED using the Import From > Clipboard (Ctrl-I) menu option