[ { "id": "basic-demo-tab", "type": "tab", "label": "POD Gateway ยท Basic call", "disabled": false, "info": "Minimal POD-side flow. A central Gateway Config must already be connected to a registered operation." }, { "id": "basic-gateway", "type": "pod-gateway-config", "name": "Production Gateway", "url": "wss://gateway.example.com/ws", "podId": "pod-basic-demo", "connectTimeout": 10000, "reconnectInterval": 3000, "verboseLogging": false, "credentials": {} }, { "id": "basic-inject", "type": "inject", "z": "basic-demo-tab", "name": "Send request", "props": [{ "p": "payload" }], "repeat": "", "crontab": "", "once": false, "onceDelay": 0.1, "topic": "", "payload": "{}", "payloadType": "json", "x": 140, "y": 120, "wires": [["basic-call"]] }, { "id": "basic-call", "type": "pod-gateway-call", "z": "basic-demo-tab", "name": "Call external API", "gateway": "basic-gateway", "operation": "upstream/request", "timeout": 60000, "priority": "normal", "x": 390, "y": 120, "wires": [["basic-result"], ["basic-error"]] }, { "id": "basic-result", "type": "debug", "z": "basic-demo-tab", "name": "Result", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 620, "y": 100, "wires": [] }, { "id": "basic-error", "type": "debug", "z": "basic-demo-tab", "name": "Error", "active": true, "tosidebar": true, "console": false, "tostatus": false, "complete": "true", "targetType": "full", "statusVal": "", "statusType": "auto", "x": 610, "y": 140, "wires": [] } ]