{"info":{"_postman_id":"36e4779f-4f5e-4fce-b804-88bab1bdb3a6","name":"Getting Started","description":"<html><head></head><body><p>This Postman Collection is created with the purpose of introducing people that landed to the <a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service\">Dockerized Micro-Services for Maximally Flexible SaaS that Enable Timely Responses to Unforeseen Events in Geo-Distributed Semi-Autonomous Multi-Agent Systems for Reconfigurable Manufacturing and more</a> GitHub repository for the first time to the functionalities that are offered by the software artifacts there contained. Going through this collection, you will also learn about the flexibility of that software, and the many ways how you can easily customize it to make it suitable for your specific purposes.</p>\n<p>What we will do specifically for demonstrative purposes in this API collection is to create, configure, and operate a simple alerting system. First, we will use a pre-configured threshold. Then, we will use a clustering model. In end, we will also add a simple Web user interface. All of this will be done from scratch, through a sequence of appropriate API requests.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16531967","collectionId":"36e4779f-4f5e-4fce-b804-88bab1bdb3a6","publishedId":"2s8ZDbUfCC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-23T14:26:44.000Z"},"item":[{"name":"Instantiate Network Factory","item":[{"name":"0.1) Pull Network Factory Image","id":"8e553cee-8c1f-4013-b5d2-aea9b2038124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:2375/images/create?fromImage=msoderi/network-factory&tag=0.10","description":"<p>Thanks to this request, the msoderi/network-factory Docker Image becomes available in your local Docker installation, or in the specified DockerHost, if different from the default (localhost). The image is retrieved from Docker Hub.</p>\n","urlObject":{"port":"2375","path":["images","create"],"host":["localhost"],"query":[{"key":"fromImage","value":"msoderi/network-factory"},{"key":"tag","value":"0.10"}],"variable":[]}},"response":[{"id":"195fa3ce-f941-4463-9d73-e15adc9fb12c","name":"0.1) Pull Network Factory Image","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:2375/images/create?fromImage=msoderi/network-factory&tag=0.10","host":["localhost"],"port":"2375","path":["images","create"],"query":[{"key":"fromImage","value":"msoderi/network-factory"},{"key":"tag","value":"0.10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Api-Version","value":"1.41"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 20 Jan 2023 13:10:51 GMT"},{"key":"Docker-Experimental","value":"false"},{"key":"Ostype","value":"linux"},{"key":"Server","value":"Docker/20.10.17 (linux)"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"status\":\"Pulling from msoderi/network-factory\",\"id\":\"0.10\"}\r\n{\"status\":\"Digest: sha256:e76f8ed03877a6427081e992d5505c853fc39dd3d77b9decc208035bd897a0bb\"}\r\n{\"status\":\"Status: Image is up to date for msoderi/network-factory:0.10\"}\r\n"}],"_postman_id":"8e553cee-8c1f-4013-b5d2-aea9b2038124"},{"name":"0.2) Create Network Factory","id":"c9fc783b-7790-4c9c-848f-aaed5a2c6ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n     \"Image\": \"msoderi/network-factory:0.10\",\r\n     \"HostConfig\": {\r\n         \"PortBindings\": {\r\n             \"1880/tcp\": [\r\n                 {\r\n                     \"HostPort\": \"585\"\r\n                 }\r\n             ]\r\n         }\r\n     },\r\n     \"ExposedPorts\": {\r\n         \"1880/tcp\": {}\r\n     }\r\n }","options":{"raw":{"language":"json"}}},"url":"localhost:2375/containers/create?name=GettingStartedFactory","description":"<p>Through this request, you create a Docker container from the msoderi/network-factory Docker Image. The container is created on DockerHost, which is your localhost, unless otherwise specified.</p>\n","urlObject":{"port":"2375","path":["containers","create"],"host":["localhost"],"query":[{"key":"name","value":"GettingStartedFactory"}],"variable":[]}},"response":[{"id":"d3ea0400-c9d3-41cc-96b8-8dde234b884f","name":"0.2) Create Network Factory","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n     \"Image\": \"msoderi/network-factory:0.10\",\r\n     \"HostConfig\": {\r\n         \"PortBindings\": {\r\n             \"1880/tcp\": [\r\n                 {\r\n                     \"HostPort\": \"585\"\r\n                 }\r\n             ]\r\n         }\r\n     },\r\n     \"ExposedPorts\": {\r\n         \"1880/tcp\": {}\r\n     }\r\n }","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:2375/containers/create?name=GettingStartedFactory","host":["localhost"],"port":"2375","path":["containers","create"],"query":[{"key":"name","value":"GettingStartedFactory"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Api-Version","value":"1.41"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 20 Jan 2023 13:18:06 GMT"},{"key":"Docker-Experimental","value":"false"},{"key":"Ostype","value":"linux"},{"key":"Server","value":"Docker/20.10.17 (linux)"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"77e9f69835c7501aca36d4ed4ed1aa5f88a458a21feb2f55aa7215758df59281\",\n    \"Warnings\": []\n}"}],"_postman_id":"c9fc783b-7790-4c9c-848f-aaed5a2c6ef5"},{"name":"0.3) Start Network Factory","id":"b11e1514-a9a3-4a38-9a8e-5341877291df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:2375/containers/GettingStartedFactory/start","description":"<p>Through this request, you start the Docker container you created through request 0.2, and have a Network Factory up and running in your target device, which is by default your local device.</p>\n","urlObject":{"port":"2375","path":["containers","GettingStartedFactory","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"793dde98-e90c-4a63-9fde-7e6e90f1ccbc","name":"0.3) Start Network Factory","originalRequest":{"method":"POST","header":[],"url":"localhost:2375/containers/GettingStartedFactory/start"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Api-Version","value":"1.41"},{"key":"Date","value":"Fri, 20 Jan 2023 13:26:49 GMT"},{"key":"Docker-Experimental","value":"false"},{"key":"Ostype","value":"linux"},{"key":"Server","value":"Docker/20.10.17 (linux)"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b11e1514-a9a3-4a38-9a8e-5341877291df"}],"id":"6d504934-249e-48ce-ba64-deddbd4faf63","description":"<p>The requests in this folder are for pulling the msoderi/network-factory image from Docker Hub, and then creating and running a container from it. The Network Factory is a Node-RED application. Having a running container of the Network Factory in a device means having the possibility of installing, configuring, and operating arbitrary software on that device from remote, including some notable software components that we will get to know along our way through this getting started collection, such as Service Nodes, Crazy Nodes, Library Nodes, AI Server Nodes, Context Brokers, ACL Nodes, in a secure and reliable manner.</p>\n<p><strong>Customizing the Network Factory</strong></p>\n<p>If you wish to inspect the implementation and customize the Network Factory, instead of just using the provided Docker Image, do the following:</p>\n<ul>\n<li>Run a Node-RED Docker Container with an associated <a href=\"https://docs.docker.com/storage/volumes/\">Docker Volume</a> mapped on the path /data</li>\n<li><a href=\"https://docs.docker.com/storage/volumes/#restore-volume-from-a-backup\">Restore</a> the <a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/networkfactory.tar\">Network Factory Docker Volume Backup</a> to the Docker Volume associated to your newly created Docker Container</li>\n<li>Restart your Node-RED container, and connect to its Web interface</li>\n</ul>\n<p>You are now free to inspect the Network Factory default implementation.</p>\n<p>Feel free to make all necessary modifications, then <a href=\"https://docs.docker.com/storage/volumes/#back-up-a-volume\">backup</a> the Docker Volume for future usage.</p>\n","_postman_id":"6d504934-249e-48ce-ba64-deddbd4faf63"},{"name":"Create and Organize Nodes","item":[{"name":"1) Create Fence","id":"fa8d88e0-ad35-4318-b65e-9ebb88fc3b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/fence/:name","description":"<p>This request creates a fence (user-defined Docker network) named GettingStarted on the targeted Docker Host.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["fence",":name"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"GettingStarted","key":"name"}]}},"response":[{"id":"c3046d35-f394-44fe-8089-0e53ae8f4223","name":"1) Create Fence","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://localhost:585/fence/:name","protocol":"https","host":["localhost"],"port":"585","path":["fence",":name"],"variable":[{"key":"name","value":"GettingStarted"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"87"},{"key":"ETag","value":"W/\"57-b+rEcNc+zDXKR7j6wvWY9dTwn8A\""},{"key":"Date","value":"Fri, 20 Jan 2023 13:31:53 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"758794fcf933fa1ddeea5e4fda82bbc819ee7bbf86cccde21e27d466cdb5e5fa\",\n    \"Warning\": \"\"\n}"}],"_postman_id":"fa8d88e0-ad35-4318-b65e-9ebb88fc3b1a"},{"name":"2) Create Service Node ACL","id":"9e58fdc9-b813-41d7-9829-cf0d3b3e39a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/servicenodeacl","description":"<p>This request creates a placeholder implentation of the access control logic which is relied on by all Service Nodes that will be created for the purposes of this getting started examples. The ACL API is created in the GettingStarted fence (so it is connected to the GettingStarted user-defined Docker network).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenodeacl"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ea6f9d1e-882a-46ba-b93c-3777994054a9","name":"2) Create Service Node ACL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/servicenodeacl"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"428"},{"key":"ETag","value":"W/\"1ac-eH0zc211hO6mggyEpOXNoeROm1k\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:28:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"ServiceNodeDefaultACL\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenodeacl.tar\",\n    \"ports\": {},\n    \"env\": [],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"9e58fdc9-b813-41d7-9829-cf0d3b3e39a9"},{"name":"3) Create Transformation Library","id":"a3b7e4bf-540d-4e67-a796-491795a1192c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://localhost:585/GettingStarted/transformationlibrary","description":"<p>This request creates a default Transformation Library, which is used by all Service Nodes that will be created for the purposes of these getting started examples. The library is created in the GettingStarted fence (so it is connected to the GettingStarted user-defined Docker network).</p>\n<p>EndFragment</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","transformationlibrary"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d571ea9f-169c-4bdb-9681-c557b907b87f","name":"3) Create Transformation Library","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/transformationlibrary"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"459"},{"key":"ETag","value":"W/\"1cb-L2jUHI5AyK9qctyS3ysYNFe/jAM\""},{"key":"Date","value":"Fri, 20 Jan 2023 13:48:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DefaultTransformationLibrary\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/transformationlibrary.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1880\"\n    },\n    \"env\": [],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"a3b7e4bf-540d-4e67-a796-491795a1192c"},{"name":"4) Create MQTT Broker ACL","id":"9c20a02f-cbc9-4243-a7ce-3f43c2d878ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/brokeracl","description":"<p>This requests create a placeholder implementation the access control logic which is relied on by the EMQX MQTT broker instance that will be created for the purposes of this getting started examples. The ACL API is created in the GettingStarted fence.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","brokeracl"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a53794b-27a0-49fb-b373-b8517e4bb109","name":"4) Create MQTT Broker ACL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/brokeracl"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"422"},{"key":"ETag","value":"W/\"1a6-SPn0lBLL6e4LFzMSx1Ot5Rgptqo\""},{"key":"Date","value":"Fri, 20 Jan 2023 13:56:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"MqttBrokerDefaultACL\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/brokeracl.tar\",\n    \"ports\": {},\n    \"env\": [],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"9c20a02f-cbc9-4243-a7ce-3f43c2d878ed"},{"name":"5) Create MQTT Broker","id":"fc19f8d1-095f-4572-bde6-b171e2570c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/broker","description":"<p>Through this request, an instance of the EMQX MQTT broker is created in the GettingStarted fence. The broker is used for data exchange among the Service Nodes that are used for these getting started examples.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eb826f1f-63b7-42d0-bcb7-62e1094b00d1","name":"5) Create MQTT Broker","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/broker"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"416"},{"key":"ETag","value":"W/\"1a0-ATNRsBTDDev1Y1dDq3TfbPDzU/A\""},{"key":"Date","value":"Fri, 20 Jan 2023 14:05:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DefaultMqttBroker\",\n    \"image\": \"emqx/emqx:4.3.2\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/mqttbroker.tar\",\n    \"ports\": {},\n    \"env\": [],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/opt/emqx\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"fc19f8d1-095f-4572-bde6-b171e2570c4d"},{"name":"6) Create RDB","id":"856dd554-2aa8-4524-a062-e8933edcf1cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"AlertDatabase\",\r\n    \"image\": \"mariadb:latest\",\r\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/docker-entrypoint-initdb.d.tar\",\r\n    \"env\": [ \"MYSQL_ROOT_PASSWORD=root\" ]\r\n}"},"url":"https://localhost:585/GettingStarted/app","description":"<p>This request demonstrates that arbitrary software can be created through the Network Factory. In this case, we create a dockerized MariaDB RDBMS instance, we retrieve from the Web and preload the SQL script that will be executed automatically at server startup and that will create the RDB schema that is needed for the purposes of these getting started examples, and we set the root password as an environment variable, according to the official mariadb Docker Image specification.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","app"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9f5b229f-0bd1-43f5-8d1f-2d67499c4e87","name":"6) Create RDB","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"AlertDatabase\",\r\n    \"image\": \"mariadb:latest\",\r\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/docker-entrypoint-initdb.d.tar\",\r\n    \"env\": [ \"MYSQL_ROOT_PASSWORD=root\" ]\r\n}"},"url":"https://localhost:585/GettingStarted/app"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"449"},{"key":"ETag","value":"W/\"1c1-DpIu0dIrgwcRjsLlCoGzI6wTid0\""},{"key":"Date","value":"Sat, 21 Jan 2023 00:54:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"AlertDatabase\",\n    \"image\": \"mariadb:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/docker-entrypoint-initdb.d.tar\",\n    \"ports\": {},\n    \"env\": [\n        \"MYSQL_ROOT_PASSWORD=root\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/home\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"856dd554-2aa8-4524-a062-e8933edcf1cf"},{"name":"7) Create Dbtail Service Node","id":"63e34cb5-8371-4a92-a873-1aa759f30300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DbtailSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1993\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>In this request the DbtailSN Service Node is created in the GettingStarted fence. The default Node-RED Web interface port, 1880, is explicitly mapped to port number 1993, so that it will be possible to access the Web interface, and most important, to make requests to the configuration APIs implemented in the node, by connecting to the Docker Host (by default, localhost) on port 1993. This is the way how software components created in a fence are made accessible from the external. The URLs of the ACL API to be used by the node (CFG_ACL_ENDP), and of the Transformation Library (NRLIB_ENDP), are configured as environment variables. The node is not configured, so it is running but it executes nothing, and is connected to nothing. It will be configured in the following of this getting started collection.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d605e439-dfca-42a2-ac98-eb35f2318498","name":"7) Create Dbtail Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DbtailSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1993\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"753"},{"key":"ETag","value":"W/\"2f1-+cHvL7/b5uK0FaClWoWKtddcccg\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:34:16 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DbtailSN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1993\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"63e34cb5-8371-4a92-a873-1aa759f30300"},{"name":"8) Create Expr Service Node","id":"fc6ee1fe-c396-4ae3-a414-8a24293a3886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ExprSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1994\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>In this request the ExprSN Service Node is created in the GettingStarted fence. The default Node-RED Web interface port, 1880, is explicitly mapped to port number 1994, so that it will be possible to access the Web interface, and most important, to make requests to the configuration APIs implemented in the node, by connecting to the Docker Host (by default, localhost) on port 1994. This is the way how software components created in a fence are made accessible from the external. The URLs of the ACL API to be used by the node (CFG_ACL_ENDP), and of the Transformation Library (NRLIB_ENDP), are configured as environment variables. The node is not configured, so it is running but it executes nothing, and is connected to nothing. It will be configured in the following of this getting started collection.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d727f06c-490e-4057-9755-a650fdb9db9f","name":"8) Create Expr Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ExprSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1994\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"751"},{"key":"ETag","value":"W/\"2ef-wYFRtm4RMJ6tLsSW0CqIzt9CpS8\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:38:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"ExprSN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1994\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"fc6ee1fe-c396-4ae3-a414-8a24293a3886"},{"name":"9) Create Filter Service Node","id":"7aa6698d-0d7f-497d-9304-40e65897cddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"FilterSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1995\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\r\n        \"AISRV_ENDP=https://DefaultAIServer:8080/nodes\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>In this request the FilterSN Service Node is created in the GettingStarted fence. The default Node-RED Web interface port, 1880, is explicitly mapped to port number 1995, so that it will be possible to access the Web interface, and most important, to make requests to the configuration APIs implemented in the node, by connecting to the Docker Host (by default, localhost) on port 1995. This is the way how software components created in a fence are made accessible from the external. The URLs of the ACL API to be used by the node (CFG_ACL_ENDP), and of the Transformation Library (NRLIB_ENDP), are configured as environment variables. The node is not configured, so it is running but it executes nothing, and is connected to nothing. It will be configured in the following of this getting started collection.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dc5eed39-7bd2-4e66-a474-fca5db3515c1","name":"9) Create Filter Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"FilterSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1995\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"751"},{"key":"ETag","value":"W/\"2ef-wYFRtm4RMJ6tLsSW0CqIzt9CpS8\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:38:33 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"FilterSN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1995\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"7aa6698d-0d7f-497d-9304-40e65897cddf"},{"name":"10) Create Tpl Service Node","id":"b489db1a-144d-4dd1-aa2f-1e3b415594d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"TplSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1996\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>In this request the TplSN Service Node is created in the GettingStarted fence. The default Node-RED Web interface port, 1880, is explicitly mapped to port number 1996, so that it will be possible to access the Web interface, and most important, to make requests to the configuration APIs implemented in the node, by connecting to the Docker Host (by default, localhost) on port 1996. This is the way how software components created in a fence are made accessible from the external. The URLs of the ACL API to be used by the node (CFG_ACL_ENDP), and of the Transformation Library (NRLIB_ENDP), are configured as environment variables. The node is not configured, so it is running but it executes nothing, and is connected to nothing. It will be configured in the following of this getting started collection.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba6c12a2-6ae8-4c46-a95e-afe7ee19ab18","name":"10) Create Tpl Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"TplSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1996\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"750"},{"key":"ETag","value":"W/\"2ee-FxekvD4bA0ig5xN3kWWNHrj8t9g\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:39:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"TplSN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1996\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"b489db1a-144d-4dd1-aa2f-1e3b415594d1"},{"name":"11) Create Dbwrt Service Node","id":"1aa744db-f6aa-4f62-be16-ea6e8afac1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DbwrtSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1997\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>In this request the DbwrtSN Service Node is created in the GettingStarted fence. The default Node-RED Web interface port, 1880, is explicitly mapped to port number 1997, so that it will be possible to access the Web interface, and most important, to make requests to the configuration APIs implemented in the node, by connecting to the Docker Host (by default, localhost) on port 1997. This is the way how software components created in a fence are made accessible from the external. The URLs of the ACL API to be used by the node (CFG_ACL_ENDP), and of the Transformation Library (NRLIB_ENDP), are configured as environment variables. The node is not configured, so it is running but it executes nothing, and is connected to nothing. It will be configured in the following of this getting started collection.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","name":"Create and Organize Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"072a62cb-b47f-4cfb-8070-85be873d99fa","name":"11) Create Dbwrt Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DbwrtSN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1997\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"752"},{"key":"ETag","value":"W/\"2f0-wUaGUzORWnH+J/6Z5GCrfcxFFN4\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:40:06 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DbwrtSN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1997\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"1aa744db-f6aa-4f62-be16-ea6e8afac1b4"}],"id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb","description":"<p>The requests in this folder are for creating the software components that we need for our first getting started example. All software components are deployed in Docker containers, so creating software components correspond to creating and running Docker containers that differentiate for the software artifacts that are preloaded into them at creation time. For each Docker container that is created, a Docker Volume is also created and mapped to an appropriate path in the Docker container. Once created, these software components will have to be configured, which is what will be done in the following folders of this getting started collection.</p>\n<p>A <strong>Fence</strong> is a logical boundary inside of which software components are created and executed. Technically speaking, fences are user-defined Docker networks. Software components that are in a fence cannot be accessed from the external, unless specifically configured. Software components that are in the same fence refer each other by container name. Software components that are in a fence do not have direct access to system resources. Fences are used for providing a logical organization to software deployed on a device, and for security reasons.</p>\n<p>A <strong>Service Node</strong> is a dockerized Node-RED application. As soon as created, the Service Node exposes a set of configuration APIs, by means of which it is possible to configure the task that the node must perform, as well as the task-specific configuration parameters, the possible MQTT clients for input/output, and more. Service Nodes are created through appropriate requests made to the Network Factory. Parameters can be set to retrieve customized Service Node implementations from the Web or from the local network, instead of using the default implementation.</p>\n<p>A <strong>Crazy Node</strong>, not used in this getting started collection, is a specialized Service Node that exposes APIs for operating arbitrary modifications on the implementation of the task that is executed by the node, at the maximum possible level of detail. It is the same as if a Java application would expose APIs for modifying any line of code in the source code of the Java application itself, in any possible way, with immediate effect. Uniquely, Node-RED supports this, and in Crazy Nodes, this feature is exploited.</p>\n<p>For any request sent to a configuration API of a Service or a Crazy Node, there's an access control API that is called for verifying whether the request is authorized to alter that specific configuration. The URL of the ACL API is configured when the node is created, as an environment variable. Placeholder <strong>Service Node ACL</strong> APIs can be created for development and early testing purposes, through appropriate requests made to the Network Factory. This is what we do in this getting started collection. By setting appropriate parameters, it would be also possible to preload a customized Node-RED implementation of the access control logic, retireved from an archive available on the Web on in the local network.</p>\n<p>Service and Crazy Nodes expose a dedicated configuration API that is used for specifying the task that the node must perform. The task is just identified by name. The API accesses the <strong>Transformation Library</strong>, retrieves the task implementation, and copies it, along with all dependencies, into the Service or Crazy Node. A Transformation Library is a dockerized Node-RED application which consists of a set of Node-RED subflows, each implementing a different task. Transformation Libraries are created through appropriate requests made to the Network Factory. By setting appropriate parameters, it is possible to create customized libraries. Otherwise, the default library, with a set of pre-implemented tasks, is created.</p>\n<p>Service and Crazy Nodes exchange data each other by means of <strong>MQTT brokers</strong>. This makes the software solution maximally inspectable. Any MQTT broker can be used. If needed, instances of dockerized EMQX MQTT brokers and their associated <strong>MQTT Broker ACL</strong> APIs can be created through appropriate requests made to the Network Factory. This is what we do in this getting started collection.</p>\n<p><strong>How to develop and use customized nodes</strong></p>\n<p>In the <a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service\">GitHub repository</a>, source code archives are available for:</p>\n<ul>\n<li><a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/servicenode.tar\">Service Node</a></li>\n<li><a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/crazynode.tar\">Crazy Node</a></li>\n<li><a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/transformationlibrary.tar\">Transformation Library</a></li>\n<li><a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/servicenodeacl.tar\">Service Node ACL</a></li>\n<li><a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/brokeracl.tar\">Broker ACL</a></li>\n<li>other</li>\n</ul>\n<p>All of them are Node-RED applications, which means that you can inspect their implementation by doing the following:</p>\n<ul>\n<li>Run a Node-RED Docker Container with an associated <a href=\"https://docs.docker.com/storage/volumes/\">Docker Volume</a> mapped on the path /data</li>\n<li><a href=\"https://docs.docker.com/storage/volumes/#restore-volume-from-a-backup\">Restore</a> the archive of interest to the Docker Volume associated to your newly created Docker Container</li>\n<li>Restart your Node-RED container, and connect to its Web interface.</li>\n</ul>\n<p>You are now free to inspect the default implementation of the application of your interest.</p>\n<p>Feel free to make all necessary modifications, then <a href=\"https://docs.docker.com/storage/volumes/#back-up-a-volume\">backup</a> the Docker Volume, and publish the resulting tar archive on the Internet or in your local network in a position that is reachable from the devices where you have a plan to use your customized implementation.</p>\n<p>At this point, when you make requests to the Network Factory to create Service Nodes, Crazy Nodes, Transformation Libraries, any of the applications that we have mentioned above, just include a JSON body in your request, with the key <strong>artifacts</strong>, whose associated value must be a string, which is the URL where your customized implementation is published.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2cec467b-b0c5-46de-9b4a-01b35e6ef9e0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b043dbc4-2138-4cf9-83dc-5e5913d2e68f"}}],"_postman_id":"27f473b1-5bc0-430c-9e64-b86be4e31bfb"},{"name":"Configure DbtailSN Node","item":[{"name":"12) POST module node-red-contrib-stackhero-mysql","id":"6ec81afa-1e58-4caa-a1ee-100855e20573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/module/node-red-contrib-stackhero-mysql","description":"<p>Through this request, we add to the DbtailSN Service Node a specific Node-RED module that is necessary for interfacing with the relational database and is not available in the default Node-RED palette. The task implementation that we will load into this Service Node shortly, relies on this module.</p>\n<p>Remarkably, this request is not made to the Network Factory; instead, it is made directly to the Service Node where the Node-RED module is required. The same happens for all requests contained in this folder, thanks to the fact that since creation time, Service Nodes expose a number of APIs that can be called for their configuration, without passing through the Network Factory.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","module","node-red-contrib-stackhero-mysql"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79e130de-c545-4b4e-9ba6-1b65b4744338","name":"12) POST module node-red-contrib-stackhero-mysql","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/module/node-red-contrib-stackhero-mysql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"},{"key":"ETag","value":"W/\"18c-OhNU3GBWiut1pI8hCaxSYaO7QcY\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:35:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"node-red-contrib-stackhero-mysql\",\n    \"version\": \"1.0.5\",\n    \"local\": true,\n    \"user\": true,\n    \"path\": \"/data/node_modules/node-red-contrib-stackhero-mysql\",\n    \"nodes\": [\n        {\n            \"id\": \"node-red-contrib-stackhero-mysql/stackhero-mysql\",\n            \"name\": \"stackhero-mysql\",\n            \"types\": [\n                \"Stackhero-MySQL-Server\",\n                \"Stackhero-MySQL\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-contrib-stackhero-mysql\",\n            \"version\": \"1.0.5\"\n        }\n    ]\n}"}],"_postman_id":"6ec81afa-1e58-4caa-a1ee-100855e20573"},{"name":"13) PUT transformation: dbtail","id":"d796acf7-844c-44f0-87f1-99e2b5cd0c42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"dbtail"},"url":"https://localhost:1993/node/transformation","description":"<p>Through this request, we copy the implementation of the dbtail Node-RED subflow from the configured Transformation Library to</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a498e04c-faca-46b8-9b0e-67faade1430c","name":"13) PUT transformation: dbtail","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"dbtail"},"url":"https://localhost:1993/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"6"},{"key":"ETag","value":"W/\"6-WG8q+18TNTRvErHSWnJyNcHkKIo\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:37:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"dbtail"}],"_postman_id":"d796acf7-844c-44f0-87f1-99e2b5cd0c42"},{"name":"14) PUT dbtail host","id":"53434a42-47cb-45dc-8555-bdae728d2359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1993/dbtail/host","description":"<p>In this request, and in all the following requests up to request # 21 included, what we do we configure a number of parameters that are specific of the dbtail task that we have loaded into this Service Node in request # 13.</p>\n<p>It is possible to make these requests because the implementation of the dbtail task retrieved from the Transformation Library not only includes the business logic, but it also includes APIs that are specific for setting and retrieving the values of the specific parameters that are necessary for the functioning of the specific task. This is the case for most of the tasks.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3acc778c-474c-438e-8a29-3e01daccb352","name":"14) PUT dbtail host","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1993/dbtail/host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-fIzOzLgnByk8yS43hd1b2+nA3ac\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:47:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"AlertDatabase"}],"_postman_id":"53434a42-47cb-45dc-8555-bdae728d2359"},{"name":"15) PUT dbtail port","id":"caf47304-f33f-4db4-9375-c4801b631044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"3306"},"url":"https://localhost:1993/dbtail/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3e2b8af2-96f3-4848-a84e-b32441cabb8c","name":"15) PUT dbtail port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"3306"},"url":"https://localhost:1993/dbtail/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-t/zOSUAeS4k1WBKJTz6ENLZVgd0\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:48:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"3306"}],"_postman_id":"caf47304-f33f-4db4-9375-c4801b631044"},{"name":"16) PUT dbtail tls","id":"0415b74a-33ab-4003-8076-681264ea4267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/dbtail/tls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","tls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74145663-bff3-4dc0-ac65-d4d37ed1613f","name":"16) PUT dbtail tls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/dbtail/tls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:49:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"0415b74a-33ab-4003-8076-681264ea4267"},{"name":"17) PUT dbtail credentials","id":"90234198-c511-49da-8f80-a2433d3d32a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"root\",\r\n    \"password\": \"root\"\r\n}"},"url":"https://localhost:1993/dbtail/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"99c5004a-0ca9-4905-b7b8-b94f54b2303b","name":"17) PUT dbtail credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"root\",\r\n    \"password\": \"root\"\r\n}"},"url":"https://localhost:1993/dbtail/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-7tfE/0kmT49zhq425UmoIOMEeZ8\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:50:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"root\",\n    \"password\": \"root\"\n}"}],"_postman_id":"90234198-c511-49da-8f80-a2433d3d32a6"},{"name":"18) PUT dbtail database","id":"0d5df0da-9299-46a4-9c3b-9a2e0d86a4f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1993/dbtail/database","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","database"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6c3dc18-06ab-486a-b118-db3219adc819","name":"18) PUT dbtail database","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1993/dbtail/database"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-fIzOzLgnByk8yS43hd1b2+nA3ac\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:50:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"AlertDatabase"}],"_postman_id":"0d5df0da-9299-46a4-9c3b-9a2e0d86a4f1"},{"name":"19) PUT dbtail table","id":"bf86ea20-8a04-4c10-890b-2b505c55b214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"source"},"url":"https://localhost:1993/dbtail/table","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","table"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"870ac542-803a-4667-aa5f-814a6e0ef1b1","name":"19) PUT dbtail table","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"source"},"url":"https://localhost:1993/dbtail/table"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"6"},{"key":"ETag","value":"W/\"6-go0zipsEIhycvihvUM04n2jeTs8\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:51:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"source"}],"_postman_id":"bf86ea20-8a04-4c10-890b-2b505c55b214"},{"name":"20) PUT dbtail timecol","id":"83482a62-67a6-42af-8d1f-f534d1bc15f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"datetime"},"url":"https://localhost:1993/dbtail/timecol","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","timecol"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a6c639f1-7c02-4c9d-93f7-4b3ed3d27879","name":"20) PUT dbtail timecol","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"datetime"},"url":"https://localhost:1993/dbtail/timecol"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-if+tCJwELzHcyBJp2ji+88pEqx8\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:52:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"datetime"}],"_postman_id":"83482a62-67a6-42af-8d1f-f534d1bc15f5"},{"name":"21) PUT dbtail interval","id":"ed707c50-8510-472e-b288-61919e006d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"10"},"url":"https://localhost:1993/dbtail/interval","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["dbtail","interval"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e9030ed6-bfb8-4693-b9ac-2557bdf1e5a0","name":"21) PUT dbtail interval","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"10"},"url":"https://localhost:1993/dbtail/interval"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-4lMUhWstJpciC5duj1qc5iwHj0I\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:54:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"10 s"}],"_postman_id":"ed707c50-8510-472e-b288-61919e006d4c"},{"name":"22) POST output node","id":"631b911d-7388-4d7d-a947-1ea5e24eed3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1993/node/output","description":"<p>Through this request, we create into this Service Node, a new Node-RED node, which is a MQTT client node. The MQTT client node is then configured through requests from # 23 to # 33. This way the output generated by the execution of the task loaded into this Service Node is published to the configured topic of the configured MQTT broker instance, and made available to other Service Nodes, which will listen to that same topic, and get input values from there, and publish their outputs to different configured topic(s) in the same or in other MQTT broker instances.</p>\n<p>Remarkably, inside of Service Nodes, the task implementation is wrapped into a block, and this block has one or more output ports through which the generated outputs flow. These ports are not automatically connected to the MQTT client node that we are creating and configuring in requests from # 23 to # 33. For this reason, it is necessary to explicitly wire the output of the business logic, to the input of the MQTT client node, which is what is done through request # 34.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","output"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bd3b9b57-c7bb-4d15-ac51-3187a534e4a9","name":"22) POST output node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1993/node/output"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:55:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"631b911d-7388-4d7d-a947-1ea5e24eed3f"},{"name":"23) PUT output broker","id":"1111eb8f-2459-4a3b-a6fc-7e2e51fe557e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/out/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"29cc7c7b-bb74-43e8-b4c5-5082ce66078b","name":"23) PUT output broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/out/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 15:57:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"1111eb8f-2459-4a3b-a6fc-7e2e51fe557e"},{"name":"24) PUT output port","id":"2d205551-f695-4169-82f1-e147ab4f2f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1993/node/out/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e287e63d-dfc7-4c19-a907-fc0f99c60a43","name":"24) PUT output port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1993/node/out/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:08:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"2d205551-f695-4169-82f1-e147ab4f2f79"},{"name":"25) PUT output topic","id":"18d62474-182a-4150-8089-37f6e1e1cf10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/row"},"url":"https://localhost:1993/node/out/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2a4f9223-4598-47c5-aab7-4bfbee1f9e00","name":"25) PUT output topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/row"},"url":"https://localhost:1993/node/out/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-rn5gGuwk5M4LeduV+E9AsxZuAU8\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:08:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/row"}],"_postman_id":"18d62474-182a-4150-8089-37f6e1e1cf10"},{"name":"26) PUT output qos","id":"afa5b20e-dce1-4abb-90b8-c386d9ea5edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/out/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1a9a47c3-c802-4af2-b2cd-11b69ed7de05","name":"26) PUT output qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/out/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-tlifxqsNyCzxIJnRwtQKuZToQQw\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:08:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"0"}],"_postman_id":"afa5b20e-dce1-4abb-90b8-c386d9ea5edc"},{"name":"27) PUT output usetls","id":"7b402b00-0ed4-45da-a257-b722cdefbedc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1993/node/out/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"02dd4fe2-078e-4a58-af4b-6a0c706d5356","name":"27) PUT output usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1993/node/out/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:09:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"7b402b00-0ed4-45da-a257-b722cdefbedc"},{"name":"28) PUT output tls key","id":"6afedb79-5e47-477d-bf78-c9c959fe0e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1993/node/out/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7351524-348c-4f07-9d45-05bd7e6e1448","name":"28) PUT output tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1993/node/out/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:09:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"6afedb79-5e47-477d-bf78-c9c959fe0e56"},{"name":"29) PUT output tls cert","id":"6fb72bf9-607c-4904-b1cf-57651c7a4931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1993/node/out/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce4dd0c6-70ee-4e26-9fdd-41f50869db8a","name":"29) PUT output tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1993/node/out/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:10:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"6fb72bf9-607c-4904-b1cf-57651c7a4931"},{"name":"30) PUT output tls ca","id":"f4f72eea-f008-4266-a853-fc3a57b7b454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1993/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abce3dd0-325c-44ac-bdbc-3e0828e996b6","name":"30) PUT output tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1993/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:10:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"f4f72eea-f008-4266-a853-fc3a57b7b454"},{"name":"31) PUT output tls verify","id":"9e30a6b3-aad9-4379-a637-bdbf73b49b20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/node/out/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e02edb1-2b69-4c13-9e25-512fc2d3e4df","name":"31) PUT output tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/node/out/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:10:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"9e30a6b3-aad9-4379-a637-bdbf73b49b20"},{"name":"32) PUT output tls server","id":"6ee8deaf-c399-4771-8fdf-58c0ce26a429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/out/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"88b22394-b1fa-41d5-a962-8f6af0460460","name":"32) PUT output tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/out/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:11:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"6ee8deaf-c399-4771-8fdf-58c0ce26a429"},{"name":"33) PUT output credentials","id":"96d6055a-e75f-46ee-8ec0-e907cbbd4fb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1993/node/out/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","out","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cbe26aea-35b4-4563-a8cf-b42f0e1d3881","name":"33) PUT output credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1993/node/out/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:11:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"96d6055a-e75f-46ee-8ec0-e907cbbd4fb3"},{"name":"34) POST wire dbtail - out","id":"32e964f2-c4c7-4de2-ae22-9a6674f4afb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1993/node/wire/dbtail/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","wire","dbtail","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9983fbe0-3ea9-4f06-9f60-33070d3ca9a1","name":"34) POST wire dbtail - out","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1993/node/wire/dbtail/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:11:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"32e964f2-c4c7-4de2-ae22-9a6674f4afb5"},{"name":"35) PUT status broker","id":"3506e13f-f5dc-4a5e-8706-8f28e509891f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/status/broker","description":"<p>In general, task implementations not only generate outputs, but they also generate status messages. Status messages flow through a port which is connected to a MQTT client node that exists in the Service Node since its creation. However, the client node is not configured, so it needs to be configured for that the status messages generated during the task execution could be published to a proper configured topic on a proper configured MQTT broker instance, and could be used for monitoring the execution status. The configuration of the MQTT client node which is in charge for publishing status messages for this Service Node is performed through requests from # 35 to # 45 included.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6c33d27b-ed52-45bd-949c-58e25d10851c","name":"35) PUT status broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/status/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:12:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"3506e13f-f5dc-4a5e-8706-8f28e509891f"},{"name":"36) PUT status port","id":"cc2eb9af-53bd-4e02-88f4-c06e53fcc337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1993/node/status/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81474952-f478-48bf-b898-4d092deda631","name":"36) PUT status port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1993/node/status/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:12:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"cc2eb9af-53bd-4e02-88f4-c06e53fcc337"},{"name":"37) PUT status topic","id":"9f059e28-9cb8-49b6-a84f-1c66234b50ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/dbtail/status"},"url":"https://localhost:1993/node/status/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c461a7ef-e4a3-4f65-bcee-53b5822f4412","name":"37) PUT status topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/dbtail/status"},"url":"https://localhost:1993/node/status/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-uRRwqJeCEnfRRjCgxzUO+ZwgKi4\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:13:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/dbtail/status"}],"_postman_id":"9f059e28-9cb8-49b6-a84f-1c66234b50ec"},{"name":"38) PUT status qos","id":"e4ffc4e2-ef29-4292-9a94-f2a30b796352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/status/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9b35161c-b16c-43e0-8abe-c639629826e6","name":"38) PUT status qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/status/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-tlifxqsNyCzxIJnRwtQKuZToQQw\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:13:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"0"}],"_postman_id":"e4ffc4e2-ef29-4292-9a94-f2a30b796352"},{"name":"39) PUT status usetls","id":"39852675-7e79-43be-b95e-ddaedc56d583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1993/node/status/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"768bb58d-1092-4e9b-9133-f04da42536bf","name":"39) PUT status usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1993/node/status/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:13:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"39852675-7e79-43be-b95e-ddaedc56d583"},{"name":"40) PUT status tls key","id":"96287387-904c-4c9c-bbf4-3616f764d04f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1993/node/status/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cd7c8451-fdfa-43e6-b53d-0e743053891b","name":"40) PUT status tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1993/node/status/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:14:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"96287387-904c-4c9c-bbf4-3616f764d04f"},{"name":"41) PUT status tls cert","id":"8c41a9de-5914-418f-a543-469faaf8b2f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1993/node/status/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bc9b84fb-c287-4f04-bc5a-b36143337abe","name":"41) PUT status tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1993/node/status/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:14:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"8c41a9de-5914-418f-a543-469faaf8b2f9"},{"name":"42) PUT status tls ca","id":"affa35fd-6a9d-4efa-8f28-d5c01c422163","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1993/node/status/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d010a8eb-be5a-4d74-b9cd-ae260b44815a","name":"42) PUT status tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1993/node/status/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:15:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"affa35fd-6a9d-4efa-8f28-d5c01c422163"},{"name":"43) PUT status tls verify","id":"f498d15a-7a8c-49eb-8312-2ed9cd1bee1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/node/status/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ab0089cc-e11e-4abc-964f-41539bddb1fa","name":"43) PUT status tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1993/node/status/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:15:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"f498d15a-7a8c-49eb-8312-2ed9cd1bee1f"},{"name":"44) PUT status tls server","id":"461fe18a-193b-419d-81cf-3c90214d42cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/status/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5f3d7f26-aafc-434a-a9a4-13bd9f4c82e1","name":"44) PUT status tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1993/node/status/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:15:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"461fe18a-193b-419d-81cf-3c90214d42cf"},{"name":"45) PUT status credentials","id":"c729d08d-981e-459f-9bee-53e1fa979e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1993/node/status/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11","id":"1c25813e-d491-4213-b817-1a7a10456b11","name":"Configure DbtailSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"729a4617-a3d3-4109-ae80-0afd46547443","name":"45) PUT status credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1993/node/status/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 16:16:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"c729d08d-981e-459f-9bee-53e1fa979e90"}],"id":"1c25813e-d491-4213-b817-1a7a10456b11","description":"<p>Through the requests contained in this folder, the DbtailSN Service Node is configured. The purpose of this Service Node is to monitor the configured table in the configured relational database, and for each new row that is added to the table, publish such row to the configured topic on the configured MQTT broker instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"91282faf-56c2-41f8-a691-ac3ba9c450de"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"289fa03f-0ba6-478e-8578-1deb5855c718"}}],"_postman_id":"1c25813e-d491-4213-b817-1a7a10456b11"},{"name":"Configure ExprSN Node","item":[{"name":"46) PUT transformation: expr","id":"b4cf831b-d677-4feb-b740-ff6d8850f964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"expr"},"url":"https://localhost:1994/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9004385a-04f1-466f-b33f-d6fc8b47f32a","name":"46) PUT transformation: expr","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"expr"},"url":"https://localhost:1994/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-D9GGAgTWzuQzkpcoF+Znku5wK4k\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:38:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"expr"}],"_postman_id":"b4cf831b-d677-4feb-b740-ff6d8850f964"},{"name":"47) PUT expr jsonata","id":"951270d1-469c-44e7-9f27-bcca55bcede3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"$eval(payload)[0].value"},"url":"https://localhost:1994/expr/jsonata","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["expr","jsonata"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a2faf724-6ff9-40ba-b837-7db79269f10b","name":"47) PUT expr jsonata","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"$eval(payload)[0].value"},"url":"https://localhost:1994/expr/jsonata"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-kEWBEAMX690SZ6AqQ/peXb/OvJ8\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:40:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"$eval(payload)[0].value"}],"_postman_id":"951270d1-469c-44e7-9f27-bcca55bcede3"},{"name":"48) POST input node","id":"e02acc26-bc2c-4abc-aebf-e2515fd884aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1994/node/input","description":"<p>Similarly to what we discussed earlier about the output, also for getting the input from a MQTT broker it is necessary to create inside of the Service Node a new Node-RED MQTT client node, which is different from the one used for publishing the output, and then it is necessary to configure the newly created MQTT client node, and it is necessary to wire the newly created node to the input port of the node that wraps the task implementation. This is what is done through requests from # 48 to # 60.</p>\n<p>MQTT client nodes both for reading input and for publishing outputs are natively available in the default palette of dockerized Node-RED. For this reason, it is not necessary to install any additional module; instead, it is enough to add instances of these nodes to the implementation of the application, and then configure each of them appropriately.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","input"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ad16205-3cd1-4685-b6af-5534bdbcba89","name":"48) POST input node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1994/node/input"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-rxDvIN2QYLvurQr7xVOBpmr0Qu8\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:41:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"in"}],"_postman_id":"e02acc26-bc2c-4abc-aebf-e2515fd884aa"},{"name":"49) PUT input broker","id":"2ca351a1-a383-4bbf-9b16-7a8113ab984c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/in/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8e1396a5-19c7-4d58-a15d-f6ffdd0f8102","name":"49) PUT input broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/in/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:41:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"2ca351a1-a383-4bbf-9b16-7a8113ab984c"},{"name":"50) PUT input port","id":"99a512be-b2c6-4605-ac6a-ed9a2e825a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/in/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3caeca68-6c4a-418c-9852-04d4d1338baf","name":"50) PUT input port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/in/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:42:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"99a512be-b2c6-4605-ac6a-ed9a2e825a44"},{"name":"51) PUT input topic","id":"e723d446-510b-43a5-b082-f5a892d7ace0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/row"},"url":"https://localhost:1994/node/in/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a85cf576-c093-4737-bb4a-8f465f4e9a19","name":"51) PUT input topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/row"},"url":"https://localhost:1994/node/in/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-rn5gGuwk5M4LeduV+E9AsxZuAU8\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:42:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/row"}],"_postman_id":"e723d446-510b-43a5-b082-f5a892d7ace0"},{"name":"52) PUT input qos","id":"118339bd-c28e-4aaa-9123-42cbf74556a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/in/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3751b95a-89cb-4434-b79d-e9bcd03614ba","name":"52) PUT input qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/in/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:42:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"118339bd-c28e-4aaa-9123-42cbf74556a2"},{"name":"53) PUT input usetls","id":"4ce9c1a2-6cbe-417c-80da-261db9c2fe99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/in/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fb876f68-e28c-4d6a-9688-a103f257eda8","name":"53) PUT input usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/in/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:43:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"4ce9c1a2-6cbe-417c-80da-261db9c2fe99"},{"name":"54) PUT input tls key","id":"77ceec3d-7a6e-4097-bcda-7a7274d372a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/in/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3b633dd2-1381-46c9-9389-fbb28d6036e2","name":"54) PUT input tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/in/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:43:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"77ceec3d-7a6e-4097-bcda-7a7274d372a6"},{"name":"55) PUT input tls cert","id":"4d217a4d-f323-447f-9c44-5cc4ceb48366","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/in/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2b3a808f-9e02-4edb-902b-81452c9d7cb0","name":"55) PUT input tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/in/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:44:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"4d217a4d-f323-447f-9c44-5cc4ceb48366"},{"name":"56) PUT input tls ca","id":"1880aec6-76b8-4f4a-8581-4f26d3e21d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/in/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f641164-2e88-4a49-ad35-95296b3e290a","name":"56) PUT input tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/in/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:44:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"1880aec6-76b8-4f4a-8581-4f26d3e21d68"},{"name":"57) PUT input tls verify","id":"4fd133e1-3feb-404b-a31a-fd045e4793e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/in/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"90ea8634-476c-471a-9769-83aa6b9d6a9e","name":"57) PUT input tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/in/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:45:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"4fd133e1-3feb-404b-a31a-fd045e4793e8"},{"name":"58) PUT input tls server","id":"d23bb1fd-be07-465c-ad33-cea9b0b86f55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/in/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ab3b929a-4d5a-4881-aa81-e02ea033f6b5","name":"58) PUT input tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/in/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:45:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"d23bb1fd-be07-465c-ad33-cea9b0b86f55"},{"name":"59) PUT input credentials","id":"6a46bf09-ab12-4513-8fcf-5efee2c27a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/in/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","in","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0dbe8dfa-5e40-4ea0-8ef0-ebb404dd9540","name":"59) PUT input credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/in/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:45:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"6a46bf09-ab12-4513-8fcf-5efee2c27a92"},{"name":"60) POST wire input - expr","id":"07cd0160-c5a5-4061-a4d0-de2aab9d0d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"expr"},"url":"https://localhost:1994/node/wire/in/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","wire","in","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e1479c98-235e-42dd-bca5-b119f2f6776f","name":"60) POST wire input - expr","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"expr"},"url":"https://localhost:1994/node/wire/in/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-D9GGAgTWzuQzkpcoF+Znku5wK4k\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:46:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"expr"}],"_postman_id":"07cd0160-c5a5-4061-a4d0-de2aab9d0d70"},{"name":"61) POST output node","id":"02595da9-12b0-459c-920c-59ec209bad72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1994/node/output","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","output"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9fac20ba-9756-4bcb-a484-5c986f4c57c2","name":"61) POST output node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1994/node/output"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:47:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"02595da9-12b0-459c-920c-59ec209bad72"},{"name":"62) PUT output broker","id":"935298ea-49b9-46f5-a4c4-310e50b63566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/out/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"600a8805-ee2e-4175-8ce9-76a1d882241f","name":"62) PUT output broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/out/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:47:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"935298ea-49b9-46f5-a4c4-310e50b63566"},{"name":"63) PUT output port","id":"036bf4b5-9805-4dc0-a5bf-41ebbc004b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/out/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5659f3c-1abf-41aa-a53f-07888e85a56a","name":"63) PUT output port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/out/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:48:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"036bf4b5-9805-4dc0-a5bf-41ebbc004b94"},{"name":"64) PUT output topic","id":"0fe494de-a3ba-40d4-a901-1c21abb237a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/value"},"url":"https://localhost:1994/node/out/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c94458e3-9cc1-46b7-a196-922c6c452195","name":"64) PUT output topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/value"},"url":"https://localhost:1994/node/out/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-rPbTg/+bCCGIRLOuBs1wowJsEYY\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:50:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/value"}],"_postman_id":"0fe494de-a3ba-40d4-a901-1c21abb237a6"},{"name":"65) PUT output qos","id":"b741e096-fe44-4bbc-aba6-f441297f6130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/out/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b612a51a-b9b2-4250-8b60-2b53232bf8eb","name":"65) PUT output qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/out/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:50:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"b741e096-fe44-4bbc-aba6-f441297f6130"},{"name":"66) PUT output usetls","id":"4efaa2a4-196c-4daf-8ac1-4ec824879831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/out/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"145f4ece-4668-4f36-bce8-f75f1f8e0ac6","name":"66) PUT output usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/out/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:51:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"4efaa2a4-196c-4daf-8ac1-4ec824879831"},{"name":"67) PUT output tls key","id":"eccd14b1-c52a-424c-b257-fdf695f50933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/out/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5e9b85d-0b28-49b3-a061-51c9b4b727c5","name":"67) PUT output tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/out/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:51:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"eccd14b1-c52a-424c-b257-fdf695f50933"},{"name":"68) PUT output tls cert","id":"a513579a-63f2-48ee-9fa9-8d88ea0749db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/out/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df10f4a8-3fd7-41b8-b938-9c8e431085d0","name":"68) PUT output tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/out/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:52:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"a513579a-63f2-48ee-9fa9-8d88ea0749db"},{"name":"69) PUT output tls ca","id":"7155ae02-2400-4036-b87d-016fc13b9adb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3fbf2136-3a1b-4ea9-bcdf-48d0868fed3e","name":"69) PUT output tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:52:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"7155ae02-2400-4036-b87d-016fc13b9adb"},{"name":"70) PUT output tls verify","id":"96ac2e6f-9a26-4a67-b73c-4ef794737530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/out/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12ff8e8e-9de2-4401-933b-ff96cb9ceb89","name":"70) PUT output tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/out/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:57:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"96ac2e6f-9a26-4a67-b73c-4ef794737530"},{"name":"71) PUT output tls server","id":"27455781-eac1-4307-9dd6-8ff63137bfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/out/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e2fa4cf0-137a-4dac-843f-4ec01ce707df","name":"71) PUT output tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/out/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:58:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"27455781-eac1-4307-9dd6-8ff63137bfbd"},{"name":"72) PUT output credentials","id":"ec68660b-2f08-4c21-8d74-39ec13540325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/out/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf4f1fff-207c-4c7f-86d8-f438a29d310a","name":"72) PUT output credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/out/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:59:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"ec68660b-2f08-4c21-8d74-39ec13540325"},{"name":"73) POST wire expr - output","id":"de414581-be93-4a42-9068-b7f498d1687b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1994/node/wire/expr/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","wire","expr","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a5904fe-a662-45c7-87aa-da1788a6bcdc","name":"73) POST wire expr - output","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1994/node/wire/expr/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 18:59:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"de414581-be93-4a42-9068-b7f498d1687b"},{"name":"74) PUT status broker","id":"74f78ac7-88a0-44f3-a3c4-1f7868bed664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/status/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"54e73a24-d413-4dc4-97f7-498c4c7a1afb","name":"74) PUT status broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/status/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:04:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"74f78ac7-88a0-44f3-a3c4-1f7868bed664"},{"name":"75) PUT status port","id":"4b039a5f-db22-4ae3-9ff4-325e5f30fd24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/status/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8e1f47ca-1326-456f-8ac8-d2e9c5952dc5","name":"75) PUT status port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1994/node/status/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:04:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"4b039a5f-db22-4ae3-9ff4-325e5f30fd24"},{"name":"76) PUT status topic","id":"4ee302fe-a212-4be3-aafe-3c5db486af85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/expr/status"},"url":"https://localhost:1994/node/status/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec3f8cea-ef4d-4b4e-b1a5-3dbb427e8f87","name":"76) PUT status topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/expr/status"},"url":"https://localhost:1994/node/status/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"ETag","value":"W/\"13-oO44XLEcZhC9tlYI2GIQCPYRbM8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:04:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/expr/status"}],"_postman_id":"4ee302fe-a212-4be3-aafe-3c5db486af85"},{"name":"77) PUT status qos","id":"35720c31-1781-4fe7-ad75-c2fe415a87be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/status/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7e72ab6a-aacf-4499-bf9a-d29100bc6825","name":"77) PUT status qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1994/node/status/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:06:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"35720c31-1781-4fe7-ad75-c2fe415a87be"},{"name":"78) PUT status usetls","id":"9e595cc4-5d5c-4f6f-bb54-872ee3a50620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/status/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b9773859-ab90-4830-a837-01d3a8e7486f","name":"78) PUT status usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1994/node/status/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:06:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"9e595cc4-5d5c-4f6f-bb54-872ee3a50620"},{"name":"79) PUT status tls key","id":"1bc9e939-2137-4f73-81ef-9325b045a7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/status/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"79606c7f-7ec9-4d52-871a-e42e6e939953","name":"79) PUT status tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1994/node/status/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:06:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"1bc9e939-2137-4f73-81ef-9325b045a7f4"},{"name":"80) PUT status tls cert","id":"65794dfc-1d7a-4c94-a2a5-5d459a43eb17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/status/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6083ac9e-71f5-457e-836b-68f3f58016d8","name":"80) PUT status tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1994/node/status/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:07:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"65794dfc-1d7a-4c94-a2a5-5d459a43eb17"},{"name":"81) PUT status tls ca","id":"746c0901-df6e-405f-9011-e5fe68f60858","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"872b34a1-028d-4a4f-a592-1d811783d4f6","name":"81) PUT status tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1994/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:07:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"746c0901-df6e-405f-9011-e5fe68f60858"},{"name":"82) PUT status tls verify","id":"57b6dcb6-3a9c-4d98-989e-c2e7ef4f9815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/status/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28ba6e7f-8ffa-47a4-bdfe-f3ea9cf2f6e6","name":"82) PUT status tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1994/node/status/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:08:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"57b6dcb6-3a9c-4d98-989e-c2e7ef4f9815"},{"name":"83) PUT status tls server","id":"5a57b80e-0a57-4605-a00f-0ecf514c7169","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/status/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"547aea4c-8608-4d68-a84b-730ea0a5afac","name":"83) PUT status tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1994/node/status/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:09:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"5a57b80e-0a57-4605-a00f-0ecf514c7169"},{"name":"84) PUT status credentials","id":"1a9cf9ea-6fa9-4915-a37e-f0589228f19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/status/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015","id":"2698d9be-a251-4a51-988a-034bb5a3e015","name":"Configure ExprSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","status","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39d702e8-144b-4212-8725-b80935508f46","name":"84) PUT status credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1994/node/status/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:09:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"1a9cf9ea-6fa9-4915-a37e-f0589228f19f"}],"id":"2698d9be-a251-4a51-988a-034bb5a3e015","description":"<p>Through the requests contained in this folder, the ExprSN Service Node is configured. The purpose of this node is to get input the serialization of a full relational database table row, and extract the value that is contained in a specific configured column, which is presented in output. Both the input and the output are retrieved/published from/to configured topics on configured MQTT broker instances (in this specific case, the broker instance is the same for input and output).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"99d02cf0-22f5-4efb-a1a6-cb9f17cedadb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f8613aa0-86ab-4e06-995a-9bc8ce209527"}}],"_postman_id":"2698d9be-a251-4a51-988a-034bb5a3e015"},{"name":"Configure FilterSN Node","item":[{"name":"85) PUT transformation: greaterthan","id":"82fbe773-67c8-4c22-8995-0c7b4ce90337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"greaterthan"},"url":"https://localhost:1995/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8921b63a-2100-4115-8a7f-712de782ac8a","name":"85) PUT transformation: greaterthan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"greaterthan"},"url":"https://localhost:1995/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-EzlYcdgnFdzmiymV+HbeAN0nzvc\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:37:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"greaterthan"}],"_postman_id":"82fbe773-67c8-4c22-8995-0c7b4ce90337"},{"name":"86) PUT greaterthan threshold","id":"84ade821-dc80-4fc3-afc2-f448f139d160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"100"},"url":"https://localhost:1995/greaterthan/threshold","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["greaterthan","threshold"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35f7a821-16e9-416e-94d9-0ea5218f877e","name":"86) PUT greaterthan threshold","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"100"},"url":"https://localhost:1995/greaterthan/threshold"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-MQuG4LYrgoVi/JHHvlOAqZKyeGo\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:37:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"100"}],"_postman_id":"84ade821-dc80-4fc3-afc2-f448f139d160"},{"name":"87) POST input node","id":"3482a56b-cd7a-48db-9780-be3f770c393f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1995/node/input","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","input"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a711dd4-fd6b-4a2b-a9b6-f2a37076b566","name":"87) POST input node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1995/node/input"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-rxDvIN2QYLvurQr7xVOBpmr0Qu8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:38:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"in"}],"_postman_id":"3482a56b-cd7a-48db-9780-be3f770c393f"},{"name":"88) PUT input broker","id":"b23fd52e-7d16-401f-97d3-6957dfd4d58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/in/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8e9c701-6db4-4a4d-93e6-0bac7fa5fbf5","name":"88) PUT input broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/in/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:38:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"b23fd52e-7d16-401f-97d3-6957dfd4d58a"},{"name":"89) PUT input port","id":"f419043b-a0c0-4ec3-985a-e89a3b8170d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/in/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9cee7c2b-546e-4a74-babe-ef392557170f","name":"89) PUT input port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/in/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:39:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"f419043b-a0c0-4ec3-985a-e89a3b8170d7"},{"name":"90) PUT input topic","id":"8d60b19d-303e-458e-8640-623e7e49785e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/value"},"url":"https://localhost:1995/node/in/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"509222f7-76c4-4708-8a00-4eb148b3b1bb","name":"90) PUT input topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/value"},"url":"https://localhost:1995/node/in/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-rPbTg/+bCCGIRLOuBs1wowJsEYY\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:39:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/value"}],"_postman_id":"8d60b19d-303e-458e-8640-623e7e49785e"},{"name":"91) PUT input qos","id":"698676c3-3256-4385-8039-f9c71b2f769d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/in/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4cee23d2-b0a1-4325-90b4-0c082caacbf5","name":"91) PUT input qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/in/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:39:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"698676c3-3256-4385-8039-f9c71b2f769d"},{"name":"92) PUT input usetls","id":"3115cfb5-5183-46bc-b082-cd1303c2591b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/in/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c4dc2403-192b-4945-9904-dd056acfdc1f","name":"92) PUT input usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/in/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:39:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"3115cfb5-5183-46bc-b082-cd1303c2591b"},{"name":"93) PUT input tls key","id":"c2ffdefb-e21a-4f62-a6c8-9407ad3b919c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/in/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3dca2d7f-58b8-410f-9e9e-6da78e421c31","name":"93) PUT input tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/in/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:40:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"c2ffdefb-e21a-4f62-a6c8-9407ad3b919c"},{"name":"94) PUT input tls cert","id":"fd5d8192-656d-42fc-acec-b794e2ea01c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/in/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7c2a8e8d-c4c9-4313-8a81-bad1d1891a8f","name":"94) PUT input tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/in/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:40:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"fd5d8192-656d-42fc-acec-b794e2ea01c6"},{"name":"95) PUT input tls ca","id":"6b9d068d-7e1e-4793-891a-6e67c77b3166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/in/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8a09cd62-ea25-43e7-aecb-1f358f906351","name":"95) PUT input tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/in/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:40:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"6b9d068d-7e1e-4793-891a-6e67c77b3166"},{"name":"96) PUT input tls verify","id":"1038fd32-fc07-4af8-8c8c-29657198e26b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/in/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a8d1a8d6-9568-403f-a5eb-1ff3298a0ed5","name":"96) PUT input tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/in/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:41:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"1038fd32-fc07-4af8-8c8c-29657198e26b"},{"name":"97) PUT input tls server","id":"130106f6-8c81-486f-902e-66197fd4fb36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/in/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a61f75b-9ee4-4635-8f26-cd8470a3cf73","name":"97) PUT input tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/in/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:41:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"130106f6-8c81-486f-902e-66197fd4fb36"},{"name":"98) PUT input credentials","id":"ad15f025-238f-4e2c-ac9f-5be0243e7e39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/in/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","in","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9fa68911-a242-4286-9395-22d74e20e88c","name":"98) PUT input credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/in/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:41:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"ad15f025-238f-4e2c-ac9f-5be0243e7e39"},{"name":"99) POST wire input - greaterthan","id":"7da737db-676b-4200-a1d8-a2cb2affc25e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"greaterthan"},"url":"https://localhost:1995/node/wire/in/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","wire","in","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"11ae6e0b-d002-4558-8282-d38111f649f1","name":"99) POST wire input - greaterthan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"greaterthan"},"url":"https://localhost:1995/node/wire/in/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-EzlYcdgnFdzmiymV+HbeAN0nzvc\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:42:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"greaterthan"}],"_postman_id":"7da737db-676b-4200-a1d8-a2cb2affc25e"},{"name":"100) POST output node","id":"76fe0c2f-c4a5-4ad3-b519-7bdc77540288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1995/node/output","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","output"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c2d9b12d-e784-491d-a3c1-0571a82d9c12","name":"100) POST output node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1995/node/output"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:42:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"76fe0c2f-c4a5-4ad3-b519-7bdc77540288"},{"name":"101) PUT output broker","id":"f27c1139-a7e3-45f4-9cd6-a128a02b0a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/out/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df136f8d-e338-4cf4-ae9c-0807620b3567","name":"101) PUT output broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/out/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:42:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"f27c1139-a7e3-45f4-9cd6-a128a02b0a8e"},{"name":"102) PUT output port","id":"ecd81423-d2a6-44e6-bc3d-cd153942dd37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/out/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2fbf7bb-973b-4492-9e94-783e30b770c7","name":"102) PUT output port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/out/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:42:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"ecd81423-d2a6-44e6-bc3d-cd153942dd37"},{"name":"103) PUT output topic","id":"5ff923eb-ad33-42a1-bf94-debb383ad492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1995/node/out/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"738a7fe5-90a1-4ca5-aa17-2d9243aa90d9","name":"103) PUT output topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1995/node/out/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-Qqoqf3XOz+DRJcieH0SXUh6i+bQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:43:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/alert"}],"_postman_id":"5ff923eb-ad33-42a1-bf94-debb383ad492"},{"name":"104) PUT output qos","id":"1323acf9-88f8-4a1b-985c-37d5be7fafb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/out/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5b4b9bc9-c8c7-4472-85c6-7728a8a17e89","name":"104) PUT output qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/out/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:43:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"1323acf9-88f8-4a1b-985c-37d5be7fafb3"},{"name":"105) PUT output usetls","id":"1701cbcb-1012-4144-a902-48111f6afb49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/out/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"180374a6-99fe-4a7c-afe2-2af3a874e017","name":"105) PUT output usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/out/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:44:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"1701cbcb-1012-4144-a902-48111f6afb49"},{"name":"106) PUT output tls key","id":"4e0e3091-83aa-43f7-a67d-c821ff79ad92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/out/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2eeda08-83b6-4867-990d-b58de84ec388","name":"106) PUT output tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/out/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:44:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"4e0e3091-83aa-43f7-a67d-c821ff79ad92"},{"name":"107) PUT output tls cert","id":"e8945514-65a7-4466-b74f-6fa8b675f4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/out/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"35aa1616-c1e3-49dc-8b5c-fee42f429da6","name":"107) PUT output tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/out/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:44:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"e8945514-65a7-4466-b74f-6fa8b675f4df"},{"name":"108) PUT output tls ca","id":"4b453d86-8fe7-4f44-9c24-b0b51eb646a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d26eb60e-ef73-43ee-bf4d-89ea88fa5797","name":"108) PUT output tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:45:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"4b453d86-8fe7-4f44-9c24-b0b51eb646a0"},{"name":"109) PUT output tls verify","id":"08cde18d-9f7a-4ef7-94d8-5db737388c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/out/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"297bc0ae-fbc5-479f-bd56-41976f70e951","name":"109) PUT output tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/out/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:45:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"08cde18d-9f7a-4ef7-94d8-5db737388c3f"},{"name":"110) PUT output tls server","id":"01b7915d-a6f0-46e4-8604-0a4cbc1d8a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/out/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c1bdb83-716b-401a-970f-a5ef40388e82","name":"110) PUT output tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/out/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:45:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"01b7915d-a6f0-46e4-8604-0a4cbc1d8a71"},{"name":"111) PUT output credentials","id":"87fd107c-6aea-490c-a648-10cdb7974ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/out/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"44b0611f-0669-4ef6-b7b6-42744b27e96f","name":"111) PUT output credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/out/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:46:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"87fd107c-6aea-490c-a648-10cdb7974ef8"},{"name":"112) POST wire greaterthan - output","id":"270ddaa9-e1bc-4e23-a26c-0f94acd25b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1995/node/wire/greaterthan/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","wire","greaterthan","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"315c766e-8ccd-4bad-9eea-f21a6b213770","name":"112) POST wire greaterthan - output","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1995/node/wire/greaterthan/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:46:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"270ddaa9-e1bc-4e23-a26c-0f94acd25b05"},{"name":"113) PUT status broker","id":"d47eedcf-b33e-45da-8fc9-ed1c07716056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/status/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d2271a72-ce64-4461-ad1b-f5105607745c","name":"113) PUT status broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/status/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:47:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"d47eedcf-b33e-45da-8fc9-ed1c07716056"},{"name":"114) PUT status port","id":"3a5c3c9e-3ac1-4fa7-a486-0c1cac5ed97e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/status/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9beb8136-aeb0-463e-abdb-0fadd5a4f0d4","name":"114) PUT status port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1995/node/status/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:47:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"3a5c3c9e-3ac1-4fa7-a486-0c1cac5ed97e"},{"name":"115) PUT status topic","id":"46eb1c01-db92-4b8a-b7ea-4d593f708bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/filter/status"},"url":"https://localhost:1995/node/status/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c9baf18-0bb4-4071-b74a-81c42800184b","name":"115) PUT status topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/filter/status"},"url":"https://localhost:1995/node/status/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"21"},{"key":"ETag","value":"W/\"15-IGlVL2fKsfKPkyqLHLoGLgTWNtg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:48:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/filter/status"}],"_postman_id":"46eb1c01-db92-4b8a-b7ea-4d593f708bda"},{"name":"116) PUT status qos","id":"8deb8de4-3bcb-49e4-893b-d5d0e7258bb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/status/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ac07b49-e295-4a3a-b222-a356d769ebdc","name":"116) PUT status qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1995/node/status/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:48:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"8deb8de4-3bcb-49e4-893b-d5d0e7258bb8"},{"name":"117) PUT status usetls","id":"2e66b106-f53d-4c50-a9c7-dd5297bde379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/status/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"729e6db9-8ca0-43ab-85c0-e33b97d3cf36","name":"117) PUT status usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1995/node/status/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:48:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"2e66b106-f53d-4c50-a9c7-dd5297bde379"},{"name":"118) PUT status tls key","id":"5d6ec423-b2ca-4c2b-aa5b-ec33b66d2f65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/status/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c1cc3e3f-d6f0-4dc0-8d53-ed498ed77679","name":"118) PUT status tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1995/node/status/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:49:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"5d6ec423-b2ca-4c2b-aa5b-ec33b66d2f65"},{"name":"119) PUT status tls cert","id":"1684b230-3181-4146-8a41-b1d1f7fd7997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/status/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"66b45d65-d465-4388-a31d-a0658dab7174","name":"119) PUT status tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1995/node/status/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:49:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"1684b230-3181-4146-8a41-b1d1f7fd7997"},{"name":"120) PUT status tls ca","id":"063ce433-c51c-4061-b182-daaa641e8a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0e643d31-6cff-44c3-a1b4-4ec0afd5059b","name":"120) PUT status tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1995/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:49:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"063ce433-c51c-4061-b182-daaa641e8a36"},{"name":"121) PUT status tls verify","id":"db5dd7cc-296c-4e0f-aef3-92a952fc0195","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/status/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f09144cd-744b-47cf-841f-d205590aecae","name":"121) PUT status tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1995/node/status/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:52:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"db5dd7cc-296c-4e0f-aef3-92a952fc0195"},{"name":"122) PUT status tls server","id":"5fcfafa1-5761-4d54-a6ec-bcf8123de29d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/status/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"374faac5-b583-4abf-9853-60548b03cd4e","name":"122) PUT status tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1995/node/status/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:53:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"5fcfafa1-5761-4d54-a6ec-bcf8123de29d"},{"name":"123) PUT status credentials","id":"f24c1d84-3665-4547-8538-a98382e8d334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/status/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518","id":"f647b04c-c654-45df-91fc-9ff5e7cae518","name":"Configure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","status","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0af93d41-c564-4c13-b68f-75e6133a205a","name":"123) PUT status credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1995/node/status/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:54:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"f24c1d84-3665-4547-8538-a98382e8d334"}],"id":"f647b04c-c654-45df-91fc-9ff5e7cae518","description":"<p>Through the requests contained in this folder, the FilterSN Service Node is configured. This node reads the values generated by the ExprSN Service Node, and applies a threshold, which is configured through request # 86. Only those values that are greater than the configured threshold are published in output.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"faf0a16e-09a9-4bc3-a693-db83e98259af"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e107b82a-2b93-4963-80e1-df3369b5e676"}}],"_postman_id":"f647b04c-c654-45df-91fc-9ff5e7cae518"},{"name":"Configure TplSN Node","item":[{"name":"124) PUT transformation: template","id":"f0286d1f-9ae5-4dd2-97ae-5b33f32b5fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"template"},"url":"https://localhost:1996/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e2cb6c14-f0a8-4bb9-8f59-7df24ebea29b","name":"124) PUT transformation: template","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"template"},"url":"https://localhost:1996/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-MibsvmUCE6Sc0DrmcUB1Dk80AIM\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:58:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"template"}],"_postman_id":"f0286d1f-9ae5-4dd2-97ae-5b33f32b5fa5"},{"name":"125) PUT template string","id":"5534febc-a47d-40e3-97a6-88dbcdbc2810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"value\": {{payload}} }"},"url":"https://localhost:1996/template/string","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["template","string"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bb9c64b3-1306-4b2a-8ae3-fd3fe549d7f9","name":"125) PUT template string","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{ \"value\": {{payload}} }"},"url":"https://localhost:1996/template/string"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-8qY5jHYqKs7kJgI84M11Wm1yu94\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:58:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{ \"value\": {{payload}} }"}],"_postman_id":"5534febc-a47d-40e3-97a6-88dbcdbc2810"},{"name":"126) POST input node","id":"b514432e-467e-412b-b6e1-431a85f322a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1996/node/input","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","input"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1059fe20-3c06-4f9e-8747-bfcfe7c5696b","name":"126) POST input node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1996/node/input"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-rxDvIN2QYLvurQr7xVOBpmr0Qu8\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:58:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"in"}],"_postman_id":"b514432e-467e-412b-b6e1-431a85f322a9"},{"name":"127) PUT input broker","id":"bf394015-cd6d-41bb-9752-53b6b9890a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/in/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"10dfcb24-219d-4c3a-9b89-7a429a032127","name":"127) PUT input broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/in/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:59:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"bf394015-cd6d-41bb-9752-53b6b9890a7e"},{"name":"128) PUT input port","id":"b8b0d1eb-236a-4abb-89f2-202351e52e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/in/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"91bbf2a3-9e2f-4680-b194-fa51adf5ca85","name":"128) PUT input port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/in/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:59:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"b8b0d1eb-236a-4abb-89f2-202351e52e42"},{"name":"129) PUT input topic","id":"f2eb2bcc-2f51-453d-befc-a15a5d9379a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1996/node/in/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f315044-e19c-4609-bd5a-955e9a2ed117","name":"129) PUT input topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1996/node/in/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-Qqoqf3XOz+DRJcieH0SXUh6i+bQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 19:59:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/alert"}],"_postman_id":"f2eb2bcc-2f51-453d-befc-a15a5d9379a3"},{"name":"130) PUT input qos","id":"c341bd63-b416-427b-a4f4-42d3c6605691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/in/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"edd8b017-b5e6-4b32-8cce-45b334777052","name":"130) PUT input qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/in/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:00:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"c341bd63-b416-427b-a4f4-42d3c6605691"},{"name":"131) PUT input usetls","id":"cb4885ac-005c-4393-9d13-204e0243e544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/in/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aebad533-3e0f-4a86-8b77-98a5d4cf3168","name":"131) PUT input usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/in/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:00:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"cb4885ac-005c-4393-9d13-204e0243e544"},{"name":"132) PUT input tls key","id":"3da0edae-8dbc-4c2f-901d-7aac2dafed4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/in/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33a65ca0-2283-46b8-889a-dc46233e0edb","name":"132) PUT input tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/in/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:00:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"3da0edae-8dbc-4c2f-901d-7aac2dafed4d"},{"name":"133) PUT input tls cert","id":"09f67c40-e211-4298-9716-5954a10b90f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/in/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"443e0775-10bf-4913-988d-9b53af2c1434","name":"133) PUT input tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/in/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:01:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"09f67c40-e211-4298-9716-5954a10b90f0"},{"name":"134) PUT input tls ca","id":"268b9a4c-e9ba-455a-a2e1-42c3261567a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/in/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5812456a-f222-4719-aec0-d712ef6c5aa3","name":"134) PUT input tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/in/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:01:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"268b9a4c-e9ba-455a-a2e1-42c3261567a1"},{"name":"135) PUT input tls verify","id":"57a13d19-2710-47c9-b13e-b1271b6cb89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/in/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a1e33e98-0bef-409b-90e5-f80ab1024480","name":"135) PUT input tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/in/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:01:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"57a13d19-2710-47c9-b13e-b1271b6cb89d"},{"name":"136) PUT input tls server","id":"1b1bf181-b116-4085-8d2c-6816d1a83ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/in/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38e064a3-e0d4-481e-81f8-e930c5d7a08b","name":"136) PUT input tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/in/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:02:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"1b1bf181-b116-4085-8d2c-6816d1a83ec7"},{"name":"137) PUT input credentials","id":"ea74705e-5993-4633-aef7-8c6f42b54429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/in/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","in","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"633e46e2-8d3d-4cee-91f1-91241887d38e","name":"137) PUT input credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/in/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:02:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"ea74705e-5993-4633-aef7-8c6f42b54429"},{"name":"138) POST wire input - template","id":"998800dc-dd88-4083-af92-d84116629587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"template"},"url":"https://localhost:1996/node/wire/in/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","wire","in","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d57bfc39-8718-48cd-ba8d-3a1c3b9fd56b","name":"138) POST wire input - template","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"template"},"url":"https://localhost:1996/node/wire/in/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-MibsvmUCE6Sc0DrmcUB1Dk80AIM\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:02:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"template"}],"_postman_id":"998800dc-dd88-4083-af92-d84116629587"},{"name":"139) POST output node","id":"ee14cdd3-e4c9-484d-be44-92d1dc7cbc15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1996/node/output","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","output"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f0651286-25dc-4d84-b53d-d45beaa24568","name":"139) POST output node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1996/node/output"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:03:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"ee14cdd3-e4c9-484d-be44-92d1dc7cbc15"},{"name":"140) PUT output broker","id":"a2599d57-07bc-4d5d-b6bd-0d4736e1cb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/out/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e122ad0e-c24b-49f8-9cb2-2fc613c58ef5","name":"140) PUT output broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/out/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:03:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"a2599d57-07bc-4d5d-b6bd-0d4736e1cb53"},{"name":"141) PUT output port","id":"3adce4f3-e342-4f7c-aecd-8ed3cad40f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/out/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e61b212a-2f0c-4979-8643-a3c2c19e0bf1","name":"141) PUT output port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/out/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:03:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"3adce4f3-e342-4f7c-aecd-8ed3cad40f54"},{"name":"142) PUT output topic","id":"b00a1115-8c3d-4673-8a48-924e764bda2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alertrow"},"url":"https://localhost:1996/node/out/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3dfb0a53-9199-4c08-8d8d-870aa182bfa5","name":"142) PUT output topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alertrow"},"url":"https://localhost:1996/node/out/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-/HKHOmhe9GyoPOwjpozDkyOpydI\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:03:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/alertrow"}],"_postman_id":"b00a1115-8c3d-4673-8a48-924e764bda2a"},{"name":"143) PUT output qos","id":"75d095bc-8bd9-40f6-976d-c654d0e24a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/out/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6c27cdec-9775-4ca3-821c-e962f26ed3e7","name":"143) PUT output qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/out/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:04:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"75d095bc-8bd9-40f6-976d-c654d0e24a92"},{"name":"144) PUT output usetls","id":"de61eaa3-44a3-4a48-98f4-7172391ccc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/out/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ca9d1ce3-9f02-4723-8323-f7dfdf3a4976","name":"144) PUT output usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/out/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:04:29 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"de61eaa3-44a3-4a48-98f4-7172391ccc1e"},{"name":"145) PUT output tls key","id":"332ef46a-9724-4f20-9411-07d463ac9783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/out/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36133a60-29b0-49da-b98c-a67c745bbd6e","name":"145) PUT output tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/out/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:04:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"332ef46a-9724-4f20-9411-07d463ac9783"},{"name":"146) PUT output tls cert","id":"dfdbb712-4a55-4f99-a214-3ecbca017ee7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/out/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f88a8b56-2435-4d9a-98c4-85c02a052a01","name":"146) PUT output tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/out/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:05:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"dfdbb712-4a55-4f99-a214-3ecbca017ee7"},{"name":"147) PUT output tls ca","id":"a8f3910e-bb46-422f-8703-8bc3f98e102f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dfed5f84-f700-477c-9f70-34b73f69de67","name":"147) PUT output tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:05:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"a8f3910e-bb46-422f-8703-8bc3f98e102f"},{"name":"148) PUT output tls verify","id":"695a0a3c-8331-4705-a289-581a5badb5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/out/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"368b9a01-dfab-4ec9-82be-4f721bc7e11b","name":"148) PUT output tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/out/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:05:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"695a0a3c-8331-4705-a289-581a5badb5c6"},{"name":"149) PUT output tls server","id":"2cc2865c-0860-47f5-9358-0a994cea7632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/out/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3ed63358-1362-44b6-9c46-e175a4234a6d","name":"149) PUT output tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/out/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:06:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"2cc2865c-0860-47f5-9358-0a994cea7632"},{"name":"150) PUT output credentials","id":"e55a964a-d6d9-4dd7-b3a9-f21f42197e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/out/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9359b1b2-7b00-4417-ad72-a6e69207fb9e","name":"150) PUT output credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/out/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:06:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"e55a964a-d6d9-4dd7-b3a9-f21f42197e31"},{"name":"151) POST wire template - output","id":"c993dfbb-006a-4df6-a7bc-79f800c3c26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1996/node/wire/template/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","wire","template","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80ef7904-cb91-4ddb-8d7d-77b033e42302","name":"151) POST wire template - output","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"out"},"url":"https://localhost:1996/node/wire/template/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-9IAN+NG8YfyVIgZFk4zWVTKmQGc\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:06:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"out"}],"_postman_id":"c993dfbb-006a-4df6-a7bc-79f800c3c26d"},{"name":"152) PUT status broker","id":"99b139a2-1d6f-4b6b-8d38-4fc5fdb500bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/status/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"025ca19a-2d5d-408e-8cac-8c949288507b","name":"152) PUT status broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/status/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:07:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"99b139a2-1d6f-4b6b-8d38-4fc5fdb500bf"},{"name":"153) PUT status port","id":"52816582-be4b-46d4-b97c-591eacdcd388","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/status/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"579049c1-e70d-4ba8-9b4c-d36eb2cbe58d","name":"153) PUT status port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1996/node/status/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:07:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"52816582-be4b-46d4-b97c-591eacdcd388"},{"name":"154) PUT status topic","id":"e5514c31-7c8a-4f88-b8c9-695265a3b4f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/template/status"},"url":"https://localhost:1996/node/status/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6ea5553c-59c6-471e-8243-467feb1658cf","name":"154) PUT status topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/template/status"},"url":"https://localhost:1996/node/status/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"23"},{"key":"ETag","value":"W/\"17-7FAmPO07dOklchHpFFHz+nSvc44\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:07:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/template/status"}],"_postman_id":"e5514c31-7c8a-4f88-b8c9-695265a3b4f0"},{"name":"155) PUT status qos","id":"fdfde055-ec8a-4dec-b5fb-fb2b8c04adf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/status/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b1939206-26c2-40f9-af65-07a6c5c023ce","name":"155) PUT status qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1996/node/status/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:08:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"fdfde055-ec8a-4dec-b5fb-fb2b8c04adf5"},{"name":"156) PUT status usetls","id":"58d070e7-db36-4f80-897c-0a81b26de688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/status/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"09daacd7-7abe-4873-a162-a9658d4018bc","name":"156) PUT status usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1996/node/status/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:08:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"58d070e7-db36-4f80-897c-0a81b26de688"},{"name":"157) PUT status tls key","id":"8093db4e-f70a-42ee-858c-e42c2aa423ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/status/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3bb1c253-8318-4f77-908d-1942c31a73bb","name":"157) PUT status tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1996/node/status/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:08:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"8093db4e-f70a-42ee-858c-e42c2aa423ea"},{"name":"158) PUT status tls cert","id":"c8ced0c5-3659-4e8e-b836-a5e9e50ae71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/status/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2947585b-0749-4f8b-8d3a-d15e809cb117","name":"158) PUT status tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1996/node/status/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:09:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"c8ced0c5-3659-4e8e-b836-a5e9e50ae71c"},{"name":"159) PUT status tls ca","id":"dab578c5-dadd-4c8a-9197-acdba4518cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/out/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","out","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"62a0d7fe-2f89-45a2-8c01-9e6b7d583389","name":"159) PUT status tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1996/node/out/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:09:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"dab578c5-dadd-4c8a-9197-acdba4518cfa"},{"name":"160) PUT status tls verify","id":"15c5ede9-6b6c-4dd2-a566-4984b0739837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/status/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"181843f8-49f8-452c-ad66-95f3001e7d63","name":"160) PUT status tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1996/node/status/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:09:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"15c5ede9-6b6c-4dd2-a566-4984b0739837"},{"name":"161) PUT status tls server","id":"a231a985-4a20-45df-9072-86dd5067b9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/status/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d4a391b-a21d-4736-b750-7b6a4affa2b8","name":"161) PUT status tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1996/node/status/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:09:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"a231a985-4a20-45df-9072-86dd5067b9c6"},{"name":"162) PUT status credentials","id":"8e60e280-b326-446c-a7e2-ab7ceddffbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/status/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","name":"Configure TplSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","status","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ece62c3-df5c-4753-83d7-ce9040ad2135","name":"162) PUT status credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1996/node/status/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:10:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"8e60e280-b326-446c-a7e2-ab7ceddffbdc"}],"id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c","description":"<p>Through the requests contained in this folder, the TplSN Service Node is configured. This node reads the values outputted by the FilterSN Service Node, and inserts them inside of a template string, which constitutes a proper serialization of a relational database table row, ready to be written to a configured alert table, which is that the DbwrtSN Service Node does.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c9732a85-c9ca-4b89-8aa7-1563adefc834"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d1cf31a9-0be8-4ea6-99eb-944feacb77ac"}}],"_postman_id":"e5a8d7bb-0e23-4da6-a40b-09f1350e7e8c"},{"name":"Configure DbwrtSN Node","item":[{"name":"163) POST module node-red-contrib-stackhero-mysql","id":"4a71659a-f91c-47ce-b559-e4532b4e2d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/module/node-red-contrib-stackhero-mysql","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","module","node-red-contrib-stackhero-mysql"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32495241-d4f6-4ec7-bac5-64760924f1b5","name":"163) POST module node-red-contrib-stackhero-mysql","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/module/node-red-contrib-stackhero-mysql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"396"},{"key":"ETag","value":"W/\"18c-OhNU3GBWiut1pI8hCaxSYaO7QcY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:15:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"node-red-contrib-stackhero-mysql\",\n    \"version\": \"1.0.5\",\n    \"local\": true,\n    \"user\": true,\n    \"path\": \"/data/node_modules/node-red-contrib-stackhero-mysql\",\n    \"nodes\": [\n        {\n            \"id\": \"node-red-contrib-stackhero-mysql/stackhero-mysql\",\n            \"name\": \"stackhero-mysql\",\n            \"types\": [\n                \"Stackhero-MySQL-Server\",\n                \"Stackhero-MySQL\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-contrib-stackhero-mysql\",\n            \"version\": \"1.0.5\"\n        }\n    ]\n}"}],"_postman_id":"4a71659a-f91c-47ce-b559-e4532b4e2d81"},{"name":"164) PUT transformation: dbwrite","id":"93226810-0e19-4da0-9b69-5bd63cfef37e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"dbwrite"},"url":"https://localhost:1997/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b883d07c-f9e1-4439-8889-a9ac35e57893","name":"164) PUT transformation: dbwrite","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"dbwrite"},"url":"https://localhost:1997/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"ETag","value":"W/\"7-lx7VK77252x+x/Yg88cesiys3/U\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:16:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"dbwrite"}],"_postman_id":"93226810-0e19-4da0-9b69-5bd63cfef37e"},{"name":"165) PUT dbwrite host","id":"915a88a2-bcc4-4571-b17f-920f0ebc415f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1997/dbwrite/host","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","host"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e6dc8def-88c2-42d4-bf0c-2c6b32095dd3","name":"165) PUT dbwrite host","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1997/dbwrite/host"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-fIzOzLgnByk8yS43hd1b2+nA3ac\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:16:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"AlertDatabase"}],"_postman_id":"915a88a2-bcc4-4571-b17f-920f0ebc415f"},{"name":"166) PUT dbwrite port","id":"5fec9a72-ed97-4130-8a5e-200adf863485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"3306"},"url":"https://localhost:1997/dbwrite/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7b98166e-04ba-4a22-bcb5-9d4d7bb343af","name":"166) PUT dbwrite port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"3306"},"url":"https://localhost:1997/dbwrite/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-t/zOSUAeS4k1WBKJTz6ENLZVgd0\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:16:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"3306"}],"_postman_id":"5fec9a72-ed97-4130-8a5e-200adf863485"},{"name":"167) PUT dbwrite tls","id":"f7f9763a-670a-4fbf-beb3-f2a68959af8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/dbwrite/tls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","tls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0db4e306-a0cd-4df1-9c01-4096e3a4c2ee","name":"167) PUT dbwrite tls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/dbwrite/tls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:17:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"f7f9763a-670a-4fbf-beb3-f2a68959af8a"},{"name":"168) PUT dbwrite credentials","id":"6e6e7021-8a65-4bbf-8e35-c53abfa80574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"root\",\r\n    \"password\": \"root\"\r\n}"},"url":"https://localhost:1997/dbwrite/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ee527732-c9a7-40ab-85cd-05cbde54835d","name":"168) PUT dbwrite credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"root\",\r\n    \"password\": \"root\"\r\n}"},"url":"https://localhost:1997/dbwrite/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-7tfE/0kmT49zhq425UmoIOMEeZ8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:17:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"root\",\n    \"password\": \"root\"\n}"}],"_postman_id":"6e6e7021-8a65-4bbf-8e35-c53abfa80574"},{"name":"169) PUT dbwrite database","id":"2213a10f-f894-4fad-b126-3f9cbdfd1fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1997/dbwrite/database","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","database"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"85b8fb25-e636-4b61-bb71-25ade8ed7dec","name":"169) PUT dbwrite database","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlertDatabase"},"url":"https://localhost:1997/dbwrite/database"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-fIzOzLgnByk8yS43hd1b2+nA3ac\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:17:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"AlertDatabase"}],"_postman_id":"2213a10f-f894-4fad-b126-3f9cbdfd1fc2"},{"name":"170) PUT dbwrite table","id":"4661d785-f278-407c-8fe2-6e5792038a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"alert"},"url":"https://localhost:1997/dbwrite/table","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["dbwrite","table"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80fc0914-8230-4671-b702-8671a3117dc7","name":"170) PUT dbwrite table","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"alert"},"url":"https://localhost:1997/dbwrite/table"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"5"},{"key":"ETag","value":"W/\"5-jx26drVhaEkwolqYQEaztBSXhco\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:18:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"alert"}],"_postman_id":"4661d785-f278-407c-8fe2-6e5792038a4f"},{"name":"171) POST input node","id":"aa3b06ec-09c2-4e44-86c3-38eec6257698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1997/node/input","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","input"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e097b12d-7fe3-453b-a6f2-e83674cc2b4d","name":"171) POST input node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1997/node/input"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-rxDvIN2QYLvurQr7xVOBpmr0Qu8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:18:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"in"}],"_postman_id":"aa3b06ec-09c2-4e44-86c3-38eec6257698"},{"name":"172) PUT input broker","id":"3bd2e2ec-10fb-4e7b-bfc4-f386096f2fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/in/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2193c2e-5111-4310-a4de-9668fb9cb767","name":"172) PUT input broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/in/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:18:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"3bd2e2ec-10fb-4e7b-bfc4-f386096f2fef"},{"name":"173) PUT input port","id":"a6cf42c8-f781-450d-bbf0-6911a411c3f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1997/node/in/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3df6f25e-8495-489a-9bb1-bbad236bf249","name":"173) PUT input port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1997/node/in/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:18:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"a6cf42c8-f781-450d-bbf0-6911a411c3f5"},{"name":"174) PUT input topic","id":"33376d98-d649-430b-8c92-63877712c847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alertrow"},"url":"https://localhost:1997/node/in/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a7914d84-c11e-4a4e-98bf-8e52450aac39","name":"174) PUT input topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alertrow"},"url":"https://localhost:1997/node/in/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-/HKHOmhe9GyoPOwjpozDkyOpydI\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:19:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/alertrow"}],"_postman_id":"33376d98-d649-430b-8c92-63877712c847"},{"name":"175) PUT input qos","id":"9fc7d79e-e399-40fd-aec2-476753383e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1997/node/in/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a3b0843-bf50-4254-8fd7-2a7c8440ec11","name":"175) PUT input qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1997/node/in/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:19:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"9fc7d79e-e399-40fd-aec2-476753383e9d"},{"name":"176) PUT input usetls","id":"61547fb6-369b-488d-9264-defb4c65a204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1997/node/in/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"92963214-a8cb-41b4-a911-86e0a8f8bd7d","name":"176) PUT input usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1997/node/in/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:20:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"61547fb6-369b-488d-9264-defb4c65a204"},{"name":"177) PUT input tls key","id":"139e331e-e452-4ea2-ac96-b7ada87f1556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1997/node/in/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ae96804f-9948-494e-b705-4980796a873b","name":"177) PUT input tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1997/node/in/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:20:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"139e331e-e452-4ea2-ac96-b7ada87f1556"},{"name":"178) PUT input tls cert","id":"949c1b9c-1742-45ba-8ef5-7dafa5a71b95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1997/node/in/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"80b29110-0a04-4add-b653-06021bdede15","name":"178) PUT input tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1997/node/in/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:21:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"949c1b9c-1742-45ba-8ef5-7dafa5a71b95"},{"name":"179) PUT input tls ca","id":"12e25762-b9f8-497e-898f-afe3ee4916e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1997/node/in/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5c80c149-8d73-40d6-adc9-a13717abf8bd","name":"179) PUT input tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1997/node/in/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:21:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"12e25762-b9f8-497e-898f-afe3ee4916e2"},{"name":"180) PUT input tls verify","id":"3c2a17cb-073b-40b5-a8d8-96abe86e8590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/node/in/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ba5b1d26-ce81-4ccc-bf50-733446dbcc39","name":"180) PUT input tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/node/in/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:21:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"3c2a17cb-073b-40b5-a8d8-96abe86e8590"},{"name":"181) PUT input tls server","id":"31b72d9a-d3fa-4050-96c9-cff62bbbd583","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/in/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d12cc05-1028-4f55-9560-e342a2737db4","name":"181) PUT input tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/in/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:22:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"31b72d9a-d3fa-4050-96c9-cff62bbbd583"},{"name":"182) PUT input credentials","id":"229e6f00-b1fb-4f72-a659-5e0d304d4e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1997/node/in/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","in","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a063aefb-bc50-45fa-a47f-07f3d27f89b3","name":"182) PUT input credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1997/node/in/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:22:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"229e6f00-b1fb-4f72-a659-5e0d304d4e16"},{"name":"183) POST wire in - dbwrite","id":"8ac080a6-2d39-4cd0-aa85-5b1e8ace0c46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"dbwrite"},"url":"https://localhost:1997/node/wire/in/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","wire","in","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fc4a4b11-89cb-4ab4-a748-2f6be3bd7c26","name":"183) POST wire in - dbwrite","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"dbwrite"},"url":"https://localhost:1997/node/wire/in/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"ETag","value":"W/\"7-lx7VK77252x+x/Yg88cesiys3/U\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:22:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"dbwrite"}],"_postman_id":"8ac080a6-2d39-4cd0-aa85-5b1e8ace0c46"},{"name":"184) PUT status broker","id":"ea06e9a4-92d3-48c0-b635-52d592a22d48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/status/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8921ce88-4121-4348-9ef1-d59f2d16071b","name":"184) PUT status broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/status/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:23:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"ea06e9a4-92d3-48c0-b635-52d592a22d48"},{"name":"185) PUT status port","id":"fb861566-12cf-4900-8131-517ba0739268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1997/node/status/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ccfd23a5-efb4-43ec-ae4f-16987ae8106e","name":"185) PUT status port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1997/node/status/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:24:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"fb861566-12cf-4900-8131-517ba0739268"},{"name":"186) PUT status topic","id":"46a9eb79-07f5-4dea-a6a2-b99a597da39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/dbwrite/status"},"url":"https://localhost:1997/node/status/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1c143297-d394-486a-8acd-9436496e7426","name":"186) PUT status topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/dbwrite/status"},"url":"https://localhost:1997/node/status/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"22"},{"key":"ETag","value":"W/\"16-hfTDx+dsFdEayxE5SKAakwutgYM\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:24:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/dbwrite/status"}],"_postman_id":"46a9eb79-07f5-4dea-a6a2-b99a597da39d"},{"name":"187) PUT status qos","id":"38d66bc5-9194-4ea0-85c4-0557325342c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/status/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","status","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dba5924a-e325-440a-973c-3f9ffda66ed3","name":"187) PUT status qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"0"},"url":"https://localhost:1993/node/status/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-tlifxqsNyCzxIJnRwtQKuZToQQw\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:25:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"0"}],"_postman_id":"38d66bc5-9194-4ea0-85c4-0557325342c5"},{"name":"188) PUT status usetls","id":"e6af7f0e-0671-475a-9135-66daa56bb3c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1997/node/status/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"530c5155-e13f-403e-adc0-e486485bdfa9","name":"188) PUT status usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1997/node/status/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:25:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"e6af7f0e-0671-475a-9135-66daa56bb3c5"},{"name":"189) PUT status tls key","id":"ad344b7b-ff01-443c-998e-51f3b9c35417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1997/node/status/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"67769916-b747-4297-9fc9-ee7f4460f0fc","name":"189) PUT status tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1997/node/status/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:25:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"ad344b7b-ff01-443c-998e-51f3b9c35417"},{"name":"190) PUT status tls cert","id":"68267ba8-c2e5-41d2-b84e-d121f3812ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1997/node/status/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"999f2ec1-014c-4dfe-be01-1a570494c43d","name":"190) PUT status tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1997/node/status/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:26:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"68267ba8-c2e5-41d2-b84e-d121f3812ea0"},{"name":"191) PUT status tls ca","id":"2e063829-fd88-4b1c-a43a-cb2e6c05d8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1997/node/status/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7e67b7e9-46d1-4fbe-be39-7b3c5d4518b2","name":"191) PUT status tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1997/node/status/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:26:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"2e063829-fd88-4b1c-a43a-cb2e6c05d8f9"},{"name":"192) PUT status tls verify","id":"586da1eb-19e0-4697-869f-658b51813443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/node/status/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a09ec80c-fe2b-4df8-9a20-295ca54f63ce","name":"192) PUT status tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1997/node/status/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:26:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"586da1eb-19e0-4697-869f-658b51813443"},{"name":"193) PUT status tls server","id":"4088a5b0-4874-44b5-aa52-be4b22f6c127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/status/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f6fd95ed-6ab0-4f58-8ba1-fd3a3d8b47fa","name":"193) PUT status tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1997/node/status/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:27:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"4088a5b0-4874-44b5-aa52-be4b22f6c127"},{"name":"194) PUT status credentials","id":"bf70f29c-9f0b-47e1-91ae-f9f056c2a1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1997/node/status/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","name":"Configure DbwrtSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","status","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a92ae8a-cd98-42db-b86a-a8dabf163329","name":"194) PUT status credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1997/node/status/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Date","value":"Fri, 20 Jan 2023 20:27:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"bf70f29c-9f0b-47e1-91ae-f9f056c2a1a8"}],"id":"2c1aeb2a-912b-4c41-9087-9f54fd990299","description":"<p>Through the requests contained in this folder, the DbwrtSN Service Node is configured. This node reads in input the serialization of a relational database table row, and writes that row to a configured table on a configured RDBMS instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"40ba500d-f2b8-4c7d-b451-2acfd67fc6c7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8eb6926c-a991-48ab-b2fa-a214764eaeef"}}],"_postman_id":"2c1aeb2a-912b-4c41-9087-9f54fd990299"},{"name":"Run Nodes","item":[{"name":"195) Start DbtailSN","id":"b73789c2-5d3c-4f05-84c0-5a0c1ac16f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673","id":"7433327e-bed1-44b0-9824-688dff51e673","name":"Run Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5a278b0b-3a98-4db9-9bc1-c39012b845c5","name":"195) Start DbtailSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Fri, 20 Jan 2023 23:39:38 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"b73789c2-5d3c-4f05-84c0-5a0c1ac16f81"},{"name":"196) Start ExprSN","id":"a82a711b-b4d4-4a55-9bfc-46296eaf7320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1994/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673","id":"7433327e-bed1-44b0-9824-688dff51e673","name":"Run Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"876e5834-5f8c-464d-9826-fb21fe984294","name":"196) Start ExprSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1994/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Fri, 20 Jan 2023 23:40:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"a82a711b-b4d4-4a55-9bfc-46296eaf7320"},{"name":"197) Start FilterSN","id":"1d15c459-e223-479b-b53b-f819731307b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1995/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673","id":"7433327e-bed1-44b0-9824-688dff51e673","name":"Run Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e914f8f8-e4e2-4846-9b8c-4ea394521068","name":"197) Start FilterSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1995/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Fri, 20 Jan 2023 23:42:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"1d15c459-e223-479b-b53b-f819731307b0"},{"name":"198) Start TplSN","id":"3dfb97a2-15a6-4a85-a657-321d0d9bbdf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1996/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673","id":"7433327e-bed1-44b0-9824-688dff51e673","name":"Run Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"858c812e-a573-4044-83ef-7b68657ee4f1","name":"198) Start TplSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1996/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Fri, 20 Jan 2023 23:42:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"3dfb97a2-15a6-4a85-a657-321d0d9bbdf4"},{"name":"199) Start DbwrtSN","id":"a073c0cf-4d80-4f92-995e-cb8f08fd0b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673","id":"7433327e-bed1-44b0-9824-688dff51e673","name":"Run Nodes","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a38b0013-e966-48fd-bf40-68d167303512","name":"199) Start DbwrtSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Fri, 20 Jan 2023 23:43:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"a073c0cf-4d80-4f92-995e-cb8f08fd0b17"}],"id":"7433327e-bed1-44b0-9824-688dff51e673","description":"<p>As soon as created, Service Nodes are in paused state. That is because they need to be configured, and we do not want to have errors, or unexpected results, due to inputs coming and being processed while the configuration of the Service Node is still in progress. For this reason, once that a Service Node has been completely configured, it also must be started. Requests contained in this folder are for starting the five Service Nodes that are used for the purposes of these getting started examples.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e583589d-9b2a-4ff5-b454-7081a1403186"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"56679bf6-a732-4b4c-8c82-f001df48fcd0"}}],"_postman_id":"7433327e-bed1-44b0-9824-688dff51e673"},{"name":"(Test: GettingStartedTest1.txt)","item":[],"id":"53da0e96-cd53-4ce1-a473-75880d6fdfcd","description":"<p>For testing the functionality of the application that we have built and configured so far, it is necessary to connect to the RDBMS instance that we have created in our GettingStarted fence, and then execute insert queries on the source table, and see that only those rows that we insert that have the value greater than the configured threshold are written to the alert table.</p>\n<p>All what we need to do is to get a shell of the AlertDatabase container first, which can be done through the Docker Desktop interface in Windows, or by running the following Linux command:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">docker exec -it AlertDatabase bash\n\n</code></pre>\n<p>Then, replicate (and possibly extend) what is shown in the <a href=\"https://raw.githubusercontent.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/main/GettingStartedTest1.txt\">example test file</a>. The root password is <em>root</em>.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4cafd936-c9be-4be5-b0db-2ffdd6046d24","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"de420cb3-26af-4974-b32f-57da9309ffb1","type":"text/javascript","exec":[""]}}],"_postman_id":"53da0e96-cd53-4ce1-a473-75880d6fdfcd"},{"name":"Introduce AI Capabilities","item":[{"name":"200) Create AI Server","id":"e257b5bc-dfcd-42b1-a55c-bf56fbeef59f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/aiserver","description":"<p>Through this request, made to the Network Factory, we create an Artificial Intelligence Server node. The default implementation is used for this server node.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","name":"Introduce AI Capabilities","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","aiserver"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"99212571-28b6-4faf-b634-d358c4d36c03","name":"200) Create AI Server","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/aiserver"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"426"},{"key":"ETag","value":"W/\"1aa-F5z0HL8lNLyWdfngz1+OOnNDy8o\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:19:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DefaultAIServer\",\n    \"image\": \"mozilla/sbt:8u292_1.5.7\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/aiserver.tar\",\n    \"ports\": {},\n    \"env\": [],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/home\",\n        \"container\": {\n            \"Tty\": true\n        },\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"e257b5bc-dfcd-42b1-a55c-bf56fbeef59f"},{"name":"201) Add Server Task","id":"a6d1a775-0d4a-4624-9af6-5f90c6322573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"import engine.AITask\r\nimport org.apache.spark.ml.clustering.KMeans\r\nimport org.apache.spark.ml.linalg.SparseVector\r\nimport org.apache.spark.sql.SparkSession\r\nimport java.time.LocalDateTime\r\nimport java.time.format.DateTimeFormatter\r\n\r\nnew AITask {\r\n  override def run(payload: String): Unit = {\r\n    try {\r\n      setLocalData(s\"${getLocalData.mkString}\\n${LocalDateTime.now.format(DateTimeFormatter.ofPattern(\"YYYYMMddHHmmss\"))} 1:$payload\")\r\n      val spark = SparkSession.builder.master(\"local\").appName(node).getOrCreate()\r\n      val dataset = spark.read.format(\"libsvm\").load(localDataName)\r\n      val kmeans = new KMeans().setK(3).setSeed(1L)\r\n      val model = kmeans.fit(dataset)\r\n      val predictions = model.transform(dataset)\r\n      val c = model.clusterCenters.map(v => v.apply(0))\r\n      val sc = c.sorted\r\n      val color = predictions.collect().filter(r => r.getAs[SparseVector](1).apply(0) == payload.toDouble).map(r => sc.indexOf(c.apply(r.getInt(2))) match {\r\n        case 0 => \"green\"\r\n        case 1 => \"yellow\"\r\n        case 2 => \"red\"\r\n      }).apply(0)\r\n      if(color == \"red\") postOutput(payload)\r\n      postStatus(s\"\"\" { \"shape\": \"dot\", \"fill\": \"$color\", \"text\": \"$payload\"}\"\"\")\r\n    }\r\n    catch {\r\n      case e:Exception => println(s\"Exception: ${e.getMessage}\")\r\n    }\r\n  }\r\n}"},"url":"https://localhost:585/GettingStarted/DefaultAIServer/task/AlerterV2","description":"<p>Through this request, made to the Network Factory, a new task is added to the AIS node that we created through request # 200. The new task is named AlerterV2, and its implementation is provided in the request body.</p>\n<p><strong>This task is only for demonstrative purposes, and is not maximally efficient.</strong> For each input value that comes from the client node, the task trains the K-Means clustering model using all the past values plus the new value, which are all stored locally to the AIS node, and then uses the trained model to get a prediction about the last received value. The response returned to the client (raise alert/don't raise alert) depends on the cluster where the last received value falls. A delay of some seconds is expected at test time between when a new value is inserted in the source RDB table, and when the possible alert is raised through the insertion of a new row in the alert RDB table.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","name":"Introduce AI Capabilities","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer","task","AlerterV2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"83c17561-9ba9-4dec-86b5-2b01310c1700","name":"201) Add Server Task","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"import engine.AITask\r\nimport org.apache.spark.ml.clustering.KMeans\r\nimport org.apache.spark.ml.linalg.SparseVector\r\nimport org.apache.spark.sql.SparkSession\r\nimport java.time.LocalDateTime\r\nimport java.time.format.DateTimeFormatter\r\n\r\nnew AITask {\r\n  override def run(payload: String): Unit = {\r\n    try {\r\n      setLocalData(s\"${getLocalData.mkString}\\n${LocalDateTime.now.format(DateTimeFormatter.ofPattern(\"YYYYMMddHHmmss\"))} 1:$payload\")\r\n      val spark = SparkSession.builder.master(\"local\").appName(node).getOrCreate()\r\n      val dataset = spark.read.format(\"libsvm\").load(localDataName)\r\n      val kmeans = new KMeans().setK(3).setSeed(1L)\r\n      val model = kmeans.fit(dataset)\r\n      val predictions = model.transform(dataset)\r\n      val c = model.clusterCenters.map(v => v.apply(0))\r\n      val sc = c.sorted\r\n      val color = predictions.collect().filter(r => r.getAs[SparseVector](1).apply(0) == payload.toDouble).map(r => sc.indexOf(c.apply(r.getInt(2))) match {\r\n        case 0 => \"green\"\r\n        case 1 => \"yellow\"\r\n        case 2 => \"red\"\r\n      }).apply(0)\r\n      if(color == \"red\") postOutput(payload)\r\n      postStatus(s\"\"\" { \"shape\": \"dot\", \"fill\": \"$color\", \"text\": \"$payload\"}\"\"\")\r\n    }\r\n    catch {\r\n      case e:Exception => println(s\"Exception: ${e.getMessage}\")\r\n    }\r\n  }\r\n}"},"url":"https://localhost:585/GettingStarted/DefaultAIServer/task/AlerterV2"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-iHIrBlpWHwe3IXkAArN3z4Ujd/0\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:23:25 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Task created."}],"_postman_id":"a6d1a775-0d4a-4624-9af6-5f90c6322573"},{"name":"202) Enable FilterSN","id":"91b843f4-65bc-484f-bd33-7c19787430da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"aiclient\": \"localhost_1995\", \"aiclientpass\": \"alphabeta123!\" }"},"url":"https://localhost:585/GettingStarted/DefaultAIServer/client","description":"<p>Through this request, made to the Network Factory, the FilterSN Service Node is enabled to interact with the AIS node that we have just created. The authentication data that the client must use when it sends requests to the server is specified in the request body.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","name":"Introduce AI Capabilities","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer","client"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c3dd6135-5b5d-43b7-9800-d22d4dd9eede","name":"202) Enable FilterSN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"aiclient\": \"localhost_1995\", \"aiclientpass\": \"alphabeta123!\" }"},"url":"https://localhost:585/GettingStarted/DefaultAIServer/client"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-0kxSYuNVMivnLYOvMgVgCywh988\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:26:10 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Enabled."}],"_postman_id":"91b843f4-65bc-484f-bd33-7c19787430da"},{"name":"203) Start AI Server","id":"48fd9743-ce06-4860-bc9b-8fbfe1c21fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/start","description":"<p>Through this request, made to the Network Factory, the AIS node is started.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","name":"Introduce AI Capabilities","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81f81618-bafc-43e4-9397-bdfe2619650a","name":"203) Start AI Server","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/start"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:30:11 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"48fd9743-ce06-4860-bc9b-8fbfe1c21fca"}],"id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d","description":"<p>One of the nodes that can be created through appropriate requests made to a Network Factory is the <strong>Artificial Intelligence Server (AIS)</strong>. An Artificial Intelligence Server is a dockerized Scala application that relies on Akka HTTP for exposing configuration, data input and control APIs to client applications, and on Apache Spark for parallel computations and stream processing.</p>\n<p>Client applications of AIS nodes are Service or Crazy nodes on which the <strong>ai task</strong> has been loaded. The ai task is one of the tasks that are natively available in the default Transformation Library.</p>\n<p>For each client node, the server node keeps a separate <strong>key-value configuration</strong> file. That configuration includes the name of the parallel computation task to be executed, and task-specific parameters. The configuration is set through appropriate requests sent to the Service or Crazy Node, and then forwarded to the AIS Node.</p>\n<p>For each client node, the server node also keeps authentication data. The authentication data must be stored into the server node before that the client node attempts to interface to the server node, in what it is called the <strong>client registration</strong>. The client registration is made through appropriate requests sent to the Network Factory instance that was used to create the AIS node. Once registered, the client node can send requests to the server node, and they must bear the correct authentication data.</p>\n<p>For each client node, the server node also reserves <strong>a portion of file system</strong>, so that the task could store small temporary data files that are specific for that task and client node.</p>\n<p><strong>The Service or Crazy Node presents its inputs in input to the AIS Node</strong>, and then what happens it depends on the configuration file associated to the Service or Crazy Node from where the input comes.</p>\n<p><strong>The outputs of the computation that is run the server side, and status updates, are provided asynchronously to the client node through API calls</strong> that are made by the server to dedicated APIs that are part of the default implementation of the ai subflow loaded into the Service or Crazy client node. HTTP Socket is also supported. Different tasks use different technologies to provide results back to the client node.</p>\n<p>Tasks exists in the default AIS implementation that perform <strong>Kafka stream processing</strong>, in which case input and output data are read and written from configured Kafka streams, and the client only sends control signals to the server (start/stop).</p>\n<p><strong>New tasks can be added</strong> to the internal library of an AIS node, even without restarting the server node, through appropriate requests made to the Network Factory instance that was used to create the AIS node.</p>\n<p><strong>How to develop and use a customized Artificial Intelligence Server</strong></p>\n<p>Import the <a href=\"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/blob/main/aiserver.tar\">AIS Docker Volume Backup</a> to your favourite development environment, then make all necessary modifications, and test. Once ready, run a <a href=\"https://hub.docker.com/layers/mozilla/sbt/8u292_1.5.7/images/sha256-18564728eddbc9d37ca23195be746292d6c8e72a9a70c9c7c9cc44ec9a9baad5?context=explore\">mozilla/sbt:8u292_1.5.7</a> Docker container with an associated <a href=\"https://docs.docker.com/storage/volumes/\">Docker Volume</a> mapped on path /home. Feel free to use more recent versions if your implementation supports them. Then, upload your customized software artifacts to the newly created container, and test again. Once ready, <a href=\"https://docs.docker.com/storage/volumes/#back-up-a-volume\">backup</a> your newly created Docker Volume and publish the resulting tar archive on the Internet or in your local network, in a position that can be reached by the devices where you plan to use your customized AIS. Then, when you make the API request to the Network Factory to instantiate the AIS, include a JSON body in your request, with a key <strong>artifacts</strong>, and its associated value that must be a string and must be the URL where your customized implementation of the AIS is published.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f7efd03f-72e2-4a28-8f61-0c61637d1b20"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2018ed02-9dea-4c95-8586-7462fee6900c"}}],"_postman_id":"3d8cf60d-bbc6-40c1-9137-261bdf46684d"},{"name":"Reconfigure FilterSN Node","item":[{"name":"204) PUT transformation \"ai\"","id":"fe7f9445-b101-4e4c-a73d-0cffb7fef242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"ai"},"url":"https://localhost:1995/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"fb602502-4e53-4063-8b34-7468d836020f","id":"fb602502-4e53-4063-8b34-7468d836020f","name":"Reconfigure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4b5db78-1f33-4483-acbe-a7fd2ab9b232","name":"204) PUT transformation \"ai\"","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"ai"},"url":"https://localhost:1995/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-FBqSQX9xiV5WxKXaBfPpj8eOIiA\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:32:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"ai"}],"_postman_id":"fe7f9445-b101-4e4c-a73d-0cffb7fef242"},{"name":"205) PUT ai credentials","id":"63273b72-5496-43fb-960b-33346e381702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"user\": \"localhost_1995\", \"password\": \"alphabeta123!\" }"},"url":"https://localhost:1995/ai/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"fb602502-4e53-4063-8b34-7468d836020f","id":"fb602502-4e53-4063-8b34-7468d836020f","name":"Reconfigure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["ai","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cce2f934-5e26-402d-87bb-358ea1aed90e","name":"205) PUT ai credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"user\": \"localhost_1995\", \"password\": \"alphabeta123!\" }"},"url":"https://localhost:1995/ai/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"ETag","value":"W/\"34-OnELEXzKbs6vz81Ss2nnLJenocQ\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:36:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"localhost_1995\",\n    \"password\": \"alphabeta123!\"\n}"}],"_postman_id":"63273b72-5496-43fb-960b-33346e381702"},{"name":"206) PUT ai type","id":"98e2fb3c-877c-4e3e-a61e-4493ddafbe9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlerterV2"},"url":"https://localhost:1995/ai/param/type","description":"<p>Through this request, made to the FilterSN node, it is indicated that the server side task that must be run when an input comes from the FilterSN Service Node is the AlerterV2 task. The task was added to the AIS node through request # 201.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"fb602502-4e53-4063-8b34-7468d836020f","id":"fb602502-4e53-4063-8b34-7468d836020f","name":"Reconfigure FilterSN Node","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["ai","param","type"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7dee7df6-21e5-42b7-9bd2-bccf2843c18b","name":"206) PUT ai type","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"AlerterV2"},"url":"https://localhost:1995/ai/param/type"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"9"},{"key":"ETag","value":"W/\"9-H1BnRQ6GN/P9rmH0HhNvvsEzeMs\""},{"key":"Date","value":"Sat, 21 Jan 2023 13:53:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"AlerterV2"}],"_postman_id":"98e2fb3c-877c-4e3e-a61e-4493ddafbe9b"}],"id":"fb602502-4e53-4063-8b34-7468d836020f","description":"<p>The FilterSN Service Node, which was previously running the greaterthan task and applied a pre-configured threshold to determine whether an alert had to be raised, must now be reconfigured to run the ai task, so that it can interface to the AIS node that we have just created, and can get indications from the AIS node about the opportunity or not to raise an alert.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a66c1c20-b70d-48d1-a536-09ffe0e74177"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6c84abce-f5ed-4c55-8079-18c2c0c0d1a0"}}],"_postman_id":"fb602502-4e53-4063-8b34-7468d836020f"},{"name":"(Test: GettingStartedTest2.txt)","item":[],"id":"45a6d5c7-2423-4baa-9d9e-73080d1092df","description":"<p>This test is very similar in structure to the one that we have run earlier.</p>\n<p>We still need to get a shell of the AlertDatabase Docker container, and replicate (and possibly extend) what is indicated in <a href=\"https://raw.githubusercontent.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/main/GettingStartedTest2.txt\">this</a> file. The root password is <em>root</em>.</p>\n<p>Remarkably, the decision about whether an alert must be raised in not anymore based on a pre-configured threshold; instead, it is based on a clustering that is performed on the server side.</p>\n","_postman_id":"45a6d5c7-2423-4baa-9d9e-73080d1092df"},{"name":"Create Web Interface","item":[{"name":"207) Add Module to Transformation Library","id":"4f612e65-34ff-438c-8246-115d0e5b363f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"b422c65b.770748\",\r\n        \"type\": \"subflow\",\r\n        \"name\": \"display\",\r\n        \"info\": \"\",\r\n        \"category\": \"\",\r\n        \"in\": [\r\n            {\r\n                \"x\": 50,\r\n                \"y\": 30,\r\n                \"wires\": [\r\n                    {\r\n                        \"id\": \"ec9ca443.8c9368\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"out\": [],\r\n        \"env\": [],\r\n        \"meta\": {},\r\n        \"color\": \"#DDAA99\"\r\n    },\r\n    {\r\n        \"id\": \"ec9ca443.8c9368\",\r\n        \"type\": \"ui_text\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"group\": \"65e4cc70.550c14\",\r\n        \"order\": 0,\r\n        \"width\": 0,\r\n        \"height\": 0,\r\n        \"name\": \"\",\r\n        \"label\": \"{{msg.topic}}\",\r\n        \"format\": \"{{msg.payload}}\",\r\n        \"layout\": \"col-center\",\r\n        \"className\": \"\",\r\n        \"x\": 150,\r\n        \"y\": 40,\r\n        \"wires\": []\r\n    },\r\n    {\r\n        \"id\": \"65e4cc70.550c14\",\r\n        \"type\": \"ui_group\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"name\": \"display ui group in lib\",\r\n        \"tab\": \"80ff8489.4281d8\",\r\n        \"order\": 1,\r\n        \"disp\": false,\r\n        \"width\": \"6\",\r\n        \"collapse\": false,\r\n        \"className\": \"\"\r\n    },\r\n    {\r\n        \"id\": \"80ff8489.4281d8\",\r\n        \"type\": \"ui_tab\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"name\": \"display\",\r\n        \"icon\": \"dashboard\",\r\n        \"disabled\": false,\r\n        \"hidden\": false\r\n    }\r\n]"},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary/module/display","description":"<p>The set of the tasks (Node-RED subflows) that are available in the Transformation Library, ready to be copied to Service and Crazy Nodes for execution, is <strong>extendable</strong>.</p>\n<p>Through this request, we add a new task, named display, to the instance of the Transformation Library that we created earlier in the GettingStarted fence, named DefaultTransformationLibrary.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6","id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6","name":"Create Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultTransformationLibrary","module","display"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f9015235-9803-4d4d-a0df-88c7cb05355b","name":"207) Add Module to Transformation Library","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"id\": \"b422c65b.770748\",\r\n        \"type\": \"subflow\",\r\n        \"name\": \"display\",\r\n        \"info\": \"\",\r\n        \"category\": \"\",\r\n        \"in\": [\r\n            {\r\n                \"x\": 50,\r\n                \"y\": 30,\r\n                \"wires\": [\r\n                    {\r\n                        \"id\": \"ec9ca443.8c9368\"\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"out\": [],\r\n        \"env\": [],\r\n        \"meta\": {},\r\n        \"color\": \"#DDAA99\"\r\n    },\r\n    {\r\n        \"id\": \"ec9ca443.8c9368\",\r\n        \"type\": \"ui_text\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"group\": \"65e4cc70.550c14\",\r\n        \"order\": 0,\r\n        \"width\": 0,\r\n        \"height\": 0,\r\n        \"name\": \"\",\r\n        \"label\": \"{{msg.topic}}\",\r\n        \"format\": \"{{msg.payload}}\",\r\n        \"layout\": \"col-center\",\r\n        \"className\": \"\",\r\n        \"x\": 150,\r\n        \"y\": 40,\r\n        \"wires\": []\r\n    },\r\n    {\r\n        \"id\": \"65e4cc70.550c14\",\r\n        \"type\": \"ui_group\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"name\": \"display ui group in lib\",\r\n        \"tab\": \"80ff8489.4281d8\",\r\n        \"order\": 1,\r\n        \"disp\": false,\r\n        \"width\": \"6\",\r\n        \"collapse\": false,\r\n        \"className\": \"\"\r\n    },\r\n    {\r\n        \"id\": \"80ff8489.4281d8\",\r\n        \"type\": \"ui_tab\",\r\n        \"z\": \"b422c65b.770748\",\r\n        \"name\": \"display\",\r\n        \"icon\": \"dashboard\",\r\n        \"disabled\": false,\r\n        \"hidden\": false\r\n    }\r\n]"},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary/module/display"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-lopvwP0yEq1f/ib96yiZ3V5hK2U\""},{"key":"Date","value":"Sat, 21 Jan 2023 14:26:27 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Module added."}],"_postman_id":"4f612e65-34ff-438c-8246-115d0e5b363f"},{"name":"208) Create Display Service Node","id":"9b0ee69a-4f98-4659-8ab1-edb28c8591ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DisplaySN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1998\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode","description":"<p>Through this request, we create a new Service Node, named DisplaySN. We will then configure this Service Node to run the display task that we introduced in the DefaultTransformationLibrary in request # 207.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6","id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6","name":"Create Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","servicenode"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a90a60dd-355c-4b4a-8b03-f481aa8e0f61","name":"208) Create Display Service Node","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DisplaySN\",\r\n    \"ports\": {\r\n        \"1880/tcp\": \"1998\"\r\n    },\r\n    \"env\": [\r\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\r\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\"\r\n    ]\r\n}"},"url":"https://localhost:585/GettingStarted/servicenode"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"754"},{"key":"ETag","value":"W/\"2f2-Kb7vfL1+s5lF9iXLm2HgyIlPA9U\""},{"key":"Date","value":"Sat, 21 Jan 2023 14:28:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"engine\": \"http://host.docker.internal:2375\",\n    \"fence\": \"GettingStarted\",\n    \"name\": \"DisplaySN\",\n    \"image\": \"nodered/node-red:latest\",\n    \"artifacts\": \"https://github.com/mircosoderi/State-of-the-art-Artifacts-for-Big-Data-Engineering-and-Analytics-as-a-Service/raw/main/servicenode.tar\",\n    \"ports\": {\n        \"1880/tcp\": \"1998\"\n    },\n    \"env\": [\n        \"NRADM_USER=nradm\",\n        \"NRADM_PASS=nradmpass\",\n        \"CFG_ACL_ENDP=https://ServiceNodeDefaultACL:1880/acl\",\n        \"CFG_ACL_CACE=/data/ca.pem\",\n        \"NRLIB_ENDP=https://DefaultTransformationLibrary:1880/\",\n        \"NRLIB_USER=nruser\",\n        \"NRLIB_PASS=nrpass\",\n        \"NRLIB_CACE=/data/ca.pem\",\n        \"AISRV_ENDP=https://host.docker.internal:8080/nodes\",\n        \"AISRV_CACE=/data/ca.pem\"\n    ],\n    \"advanced\": {\n        \"volume\": {},\n        \"mountTarget\": \"/data\",\n        \"container\": {},\n        \"connect\": {},\n        \"start\": {\n            \"detachKeys\": \"\"\n        },\n        \"authentication\": {}\n    }\n}"}],"_postman_id":"9b0ee69a-4f98-4659-8ab1-edb28c8591ba"}],"id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6","description":"<p>A Node-RED module exists, named <strong>node-red-dashboard</strong>, thanks to which it is possible to build Web user interfaces just adding appropriate Node-RED nodes to a workspace (Node-RED flow) and configuring them.</p>\n<p>In this last part of the getting started examples, we rely on this module to build a very basic user interface, which just consists of a text label, where alerting values are displayed. Those values that are not considered to be alerting, they are not displayed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"29a57529-f861-4c0f-850d-83d70e10abc6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d3d62db3-ec5c-46dd-a9fb-aad1c4ce32e9"}}],"_postman_id":"3fc1f36b-4145-4a03-9208-1d70a046d9b6"},{"name":"Configure Web Interface","item":[{"name":"209) POST module node-red-dashboard","id":"92f260cc-08db-4c64-87c0-b925b63e77d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/module/node-red-dashboard","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","module","node-red-dashboard"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b53f9751-e4ad-4882-85d1-5cf15194a5e6","name":"209) POST module node-red-dashboard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/module/node-red-dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3684"},{"key":"ETag","value":"W/\"e64-AYIeHuQAn1phH+O4GhdY1GW384k\""},{"key":"Date","value":"Sat, 21 Jan 2023 14:45:36 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"node-red-dashboard\",\n    \"version\": \"3.3.1\",\n    \"local\": true,\n    \"user\": true,\n    \"path\": \"/data/node_modules/node-red-dashboard\",\n    \"nodes\": [\n        {\n            \"id\": \"node-red-dashboard/ui_base\",\n            \"name\": \"ui_base\",\n            \"types\": [\n                \"ui_base\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_button\",\n            \"name\": \"ui_button\",\n            \"types\": [\n                \"ui_button\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_dropdown\",\n            \"name\": \"ui_dropdown\",\n            \"types\": [\n                \"ui_dropdown\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_switch\",\n            \"name\": \"ui_switch\",\n            \"types\": [\n                \"ui_switch\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_slider\",\n            \"name\": \"ui_slider\",\n            \"types\": [\n                \"ui_slider\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_numeric\",\n            \"name\": \"ui_numeric\",\n            \"types\": [\n                \"ui_numeric\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_text_input\",\n            \"name\": \"ui_text_input\",\n            \"types\": [\n                \"ui_text_input\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_date_picker\",\n            \"name\": \"ui_date_picker\",\n            \"types\": [\n                \"ui_date_picker\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_colour_picker\",\n            \"name\": \"ui_colour_picker\",\n            \"types\": [\n                \"ui_colour_picker\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_form\",\n            \"name\": \"ui_form\",\n            \"types\": [\n                \"ui_form\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_text\",\n            \"name\": \"ui_text\",\n            \"types\": [\n                \"ui_text\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_gauge\",\n            \"name\": \"ui_gauge\",\n            \"types\": [\n                \"ui_gauge\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_chart\",\n            \"name\": \"ui_chart\",\n            \"types\": [\n                \"ui_chart\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_audio\",\n            \"name\": \"ui_audio\",\n            \"types\": [\n                \"ui_audio\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_toast\",\n            \"name\": \"ui_toast\",\n            \"types\": [\n                \"ui_toast\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_ui_control\",\n            \"name\": \"ui_ui_control\",\n            \"types\": [\n                \"ui_ui_control\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_template\",\n            \"name\": \"ui_template\",\n            \"types\": [\n                \"ui_template\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_link\",\n            \"name\": \"ui_link\",\n            \"types\": [\n                \"ui_link\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_tab\",\n            \"name\": \"ui_tab\",\n            \"types\": [\n                \"ui_tab\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_group\",\n            \"name\": \"ui_group\",\n            \"types\": [\n                \"ui_group\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        },\n        {\n            \"id\": \"node-red-dashboard/ui_spacer\",\n            \"name\": \"ui_spacer\",\n            \"types\": [\n                \"ui_spacer\"\n            ],\n            \"enabled\": true,\n            \"local\": true,\n            \"user\": false,\n            \"module\": \"node-red-dashboard\",\n            \"version\": \"3.3.1\"\n        }\n    ]\n}"}],"_postman_id":"92f260cc-08db-4c64-87c0-b925b63e77d5"},{"name":"210) PUT transformation: display","id":"26e28397-be32-4177-b522-0dc66c73e552","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"display"},"url":"https://localhost:1998/node/transformation","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","transformation"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d94f9ec5-f065-4dd1-8351-1a83056bd6eb","name":"210) PUT transformation: display","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"display"},"url":"https://localhost:1998/node/transformation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"ETag","value":"W/\"7-WbGJBwr3UdTpOnScz/tMz9LeerU\""},{"key":"Date","value":"Sat, 21 Jan 2023 14:46:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"display"}],"_postman_id":"26e28397-be32-4177-b522-0dc66c73e552"},{"name":"211) POST input node","id":"5772ca29-1c09-4c3c-abe1-1cbbc27ca5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1998/node/input","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","input"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"74285342-49da-4a1d-a1ad-60f2b6f01b78","name":"211) POST input node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"in"},"url":"https://localhost:1998/node/input"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-rxDvIN2QYLvurQr7xVOBpmr0Qu8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:46:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"in"}],"_postman_id":"5772ca29-1c09-4c3c-abe1-1cbbc27ca5f4"},{"name":"212) PUT input broker","id":"ab3054c6-0f05-46f4-9a65-3e3dd0fc4afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1998/node/in/broker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","broker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e350587-abb7-4407-b6e0-a0d4a2cf1e35","name":"212) PUT input broker","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1998/node/in/broker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:46:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"ab3054c6-0f05-46f4-9a65-3e3dd0fc4afb"},{"name":"213) PUT input port","id":"67c6b45a-d91b-497f-b964-6aa63e2aac6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1998/node/in/port","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","port"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b93cad69-10c0-47e7-a77e-d06c331405b8","name":"213) PUT input port","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"8883"},"url":"https://localhost:1998/node/in/port"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"4"},{"key":"ETag","value":"W/\"4-Mey9LjyGOKN+VmbjvjzvJ7sK3N4\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:47:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"8883"}],"_postman_id":"67c6b45a-d91b-497f-b964-6aa63e2aac6a"},{"name":"214) PUT input topic","id":"41c2da7a-7472-45e5-807c-b8bafa148fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1998/node/in/topic","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","topic"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d77ce91e-8288-4cc4-a2ca-4b018cdcc553","name":"214) PUT input topic","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"example/alert"},"url":"https://localhost:1998/node/in/topic"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-Qqoqf3XOz+DRJcieH0SXUh6i+bQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:47:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"example/alert"}],"_postman_id":"41c2da7a-7472-45e5-807c-b8bafa148fa5"},{"name":"215) PUT input qos","id":"fee9e69e-6cc5-44d6-ae9e-b9aa9b3373e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1998/node/in/qos","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","qos"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2659a4e-029f-4745-b5b0-1b262ac6a914","name":"215) PUT input qos","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"2"},"url":"https://localhost:1998/node/in/qos"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"1"},{"key":"ETag","value":"W/\"1-2kuSN7rMzfGcB2DKt67EqDWQELA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:48:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"fee9e69e-6cc5-44d6-ae9e-b9aa9b3373e8"},{"name":"216) PUT input usetls","id":"6f047d4c-e286-40a2-97ee-f77143614223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1998/node/in/usetls","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","usetls"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6c0d961b-4fac-45ff-affc-d0b5030e5228","name":"216) PUT input usetls","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"yes"},"url":"https://localhost:1998/node/in/usetls"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"3"},{"key":"ETag","value":"W/\"3-+zYPnAmsjF7bLxi+XeToDqTEMNA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:49:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"yes"}],"_postman_id":"6f047d4c-e286-40a2-97ee-f77143614223"},{"name":"217) PUT input tls key","id":"5360b3ed-833f-47a2-b99a-f3d275872608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1998/node/in/key","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","key"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2dcbf788-4be7-4c1c-b2bd-11e9aaedb0cc","name":"217) PUT input tls key","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.key"},"url":"https://localhost:1998/node/in/key"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-PsIW3/cioYBYtV/Eh+b3ozbpGO8\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:50:08 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.key"}],"_postman_id":"5360b3ed-833f-47a2-b99a-f3d275872608"},{"name":"218) PUT input tls cert","id":"8f77d563-4bdb-4942-a7a7-44c0773d203e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1998/node/in/cert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","cert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"81368d70-077f-4040-ba34-32f0f0364b3e","name":"218) PUT input tls cert","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/mycert.pem"},"url":"https://localhost:1998/node/in/cert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-NtXLPFxJNTPJMm9Efrd65bn1PZs\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:53:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/mycert.pem"}],"_postman_id":"8f77d563-4bdb-4942-a7a7-44c0773d203e"},{"name":"219) PUT input tls ca","id":"f0cfc17b-1010-45e3-a134-cb96dbcf63a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1998/node/in/ca","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","ca"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d7c6f3d5-e6cb-4dbe-80a7-c22028690767","name":"219) PUT input tls ca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"/data/ca.pem"},"url":"https://localhost:1998/node/in/ca"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"ETag","value":"W/\"c-J9H/gysmtibY9TNpxKj2vZUESVQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:54:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"/data/ca.pem"}],"_postman_id":"f0cfc17b-1010-45e3-a134-cb96dbcf63a8"},{"name":"220) PUT input tls verify","id":"6c122ca5-68cc-48b0-9fc1-75023705d059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1998/node/in/verifyservercert","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","verifyservercert"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe2ca13b-d491-44ec-afea-9f5171f9bbbd","name":"220) PUT input tls verify","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"no"},"url":"https://localhost:1998/node/in/verifyservercert"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"2"},{"key":"ETag","value":"W/\"2-/RKGNTVwxXA3mbp2mZMjt8dEewY\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:54:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"no"}],"_postman_id":"6c122ca5-68cc-48b0-9fc1-75023705d059"},{"name":"221) PUT input tls server","id":"39546102-85a5-4448-9bfd-46f393442a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1998/node/in/servername","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","servername"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8591c789-852d-483f-8a8c-d7eb0637b766","name":"221) PUT input tls server","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"DefaultMqttBroker"},"url":"https://localhost:1998/node/in/servername"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-fE7o34VXl1QOxG4Az935CEXEUUg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:54:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"DefaultMqttBroker"}],"_postman_id":"39546102-85a5-4448-9bfd-46f393442a53"},{"name":"222) PUT input credentials","id":"8ef63a6e-7b2d-4a68-ae7c-3cdf1751c083","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1998/node/in/credentials","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","in","credentials"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b1e553f8-c800-473c-a79e-f762eefbb78d","name":"222) PUT input credentials","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"password\": \"admin\"\r\n}"},"url":"https://localhost:1998/node/in/credentials"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-tL/g/Nd+j7Ij5RjcW0XK/W9Ym2Y\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 14:55:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"user\": \"admin\",\n    \"password\": \"admin\"\n}"}],"_postman_id":"8ef63a6e-7b2d-4a68-ae7c-3cdf1751c083"},{"name":"223) POST wire in - display","id":"8b236e44-acb9-4a21-91e7-37e02213a483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"display"},"url":"https://localhost:1998/node/wire/in/0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","wire","in","0"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0a3d7fee-feb7-4f44-8c85-9ed1c93820f3","name":"223) POST wire in - display","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"display"},"url":"https://localhost:1998/node/wire/in/0"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"7"},{"key":"ETag","value":"W/\"7-WbGJBwr3UdTpOnScz/tMz9LeerU\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 15:01:26 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"display"}],"_postman_id":"8b236e44-acb9-4a21-91e7-37e02213a483"},{"name":"224) Start DisplaySN","id":"1f38cf62-8e20-40e9-9ad5-66548ab884f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/start","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf","id":"d385eb62-41e6-42a2-b895-756b9879f0cf","name":"Configure Web Interface","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9f7b4d8d-b6fe-4ad2-a78b-e9d1089809fe","name":"224) Start DisplaySN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/start"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-z7P/w+uhUAftOESUAJ0Fp7tJpR0\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 15:22:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Started."}],"_postman_id":"1f38cf62-8e20-40e9-9ad5-66548ab884f9"}],"id":"d385eb62-41e6-42a2-b895-756b9879f0cf","description":"<p>Through the requests contained in this folder, the DisplaySN is configured to read directly from the output of the FilterSN Service Node, and use the display subflow that is now available in the DefaultTransformationLibrary to display those values on a Web interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"649f7ef9-3b27-41b8-9f24-7607b8164c88"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"fd96cce3-6592-445b-924d-06b642157318"}}],"_postman_id":"d385eb62-41e6-42a2-b895-756b9879f0cf"},{"name":"(Test: Web Interface)","item":[],"id":"afa2884a-44f7-4c83-9d7d-fdd685cce88e","description":"<p>If you connect to <a href=\"https://localhost:1998/ui\">https://localhost:1998/ui</a> and enter further values in the source table (the same was you did in the earlier tests), you will see that in case of alert, not only a new row is added to the alert database table, but the value is also displayed on the Web interface.</p>\n<p>In case you didn't use the default Docker Host, you may want to replace localhost with your Docker Host in the URL above.</p>\n","_postman_id":"afa2884a-44f7-4c83-9d7d-fdd685cce88e"},{"name":"Clean Up","item":[{"name":"225) Stop DbtailSN","id":"83b52c1a-b073-4ee3-9166-8d653f21e970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1993","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7a414367-3af3-4608-b8da-aa08e6f04616","name":"225) Stop DbtailSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1993/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:34:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"83b52c1a-b073-4ee3-9166-8d653f21e970"},{"name":"226) Switch off DbtailSN","id":"95b1db67-535e-40f3-9bed-af213b447759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbtailSN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DbtailSN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6df8082d-0239-4bb6-8bbc-fce707778e4b","name":"226) Switch off DbtailSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbtailSN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:40:38 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"95b1db67-535e-40f3-9bed-af213b447759"},{"name":"227) Remove DbtailSN","id":"4f16f293-7afa-4004-9281-2cdaac4e4fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbtailSN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DbtailSN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a0239c06-fe2c-4100-a0f0-3ac574e25479","name":"227) Remove DbtailSN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbtailSN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:41:00 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"4f16f293-7afa-4004-9281-2cdaac4e4fbb"},{"name":"228) Stop ExprSN","id":"0deb371d-112f-42ea-b20d-0482b81df142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1994/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1994","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c968458-96ca-454a-9abe-34b27c63ca89","name":"228) Stop ExprSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1994/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:41:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"0deb371d-112f-42ea-b20d-0482b81df142"},{"name":"229) Switch off ExprSN","id":"9ddb879c-56b3-408a-8fc1-c44878fdaeaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ExprSN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","ExprSN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d250988e-fff7-4c38-a238-7a59a7ddc2e9","name":"229) Switch off ExprSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ExprSN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:41:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"9ddb879c-56b3-408a-8fc1-c44878fdaeaf"},{"name":"230) Remove ExprSN","id":"a3a91e2b-b3e0-424b-80da-b673407bb5aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ExprSN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","ExprSN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ab39595c-3ff9-4c87-85f0-2fe59b915bb2","name":"230) Remove ExprSN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ExprSN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:42:01 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"a3a91e2b-b3e0-424b-80da-b673407bb5aa"},{"name":"231) Stop FilterSN","id":"b539f9cc-23e3-4d03-b883-65d8ee6128a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1995/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1995","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"711f43d0-2964-4f55-bf69-62da81b5834f","name":"231) Stop FilterSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1995/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:42:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"b539f9cc-23e3-4d03-b883-65d8ee6128a3"},{"name":"232) Switch off FilterSN","id":"2229a70f-5ac4-48c4-987d-4da282fc3d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/FilterSN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","FilterSN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d36ab69a-37ca-41b1-8e90-d434c1a0e1d2","name":"232) Switch off FilterSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/FilterSN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:42:43 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"2229a70f-5ac4-48c4-987d-4da282fc3d81"},{"name":"233) Remove FilterSN","id":"f1e0b044-56de-4696-a928-05a4872f77b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/FilterSN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","FilterSN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"15802a57-a167-4411-8540-3f8427d03563","name":"233) Remove FilterSN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/FilterSN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:43:02 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"f1e0b044-56de-4696-a928-05a4872f77b5"},{"name":"234) Stop TplSN","id":"fa6f6d23-bed2-4d0b-a3cb-605c7b114cca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1996/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1996","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eacbb971-206f-4843-a0e8-2fe010be0f2b","name":"234) Stop TplSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1996/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:43:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"fa6f6d23-bed2-4d0b-a3cb-605c7b114cca"},{"name":"235) Switch off TplSN","id":"b78899ee-cadc-4bac-bfd2-5b46eef3c8b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/TplSN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","TplSN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d92645a9-798c-49ce-a926-94e804084739","name":"235) Switch off TplSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/TplSN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:43:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"b78899ee-cadc-4bac-bfd2-5b46eef3c8b1"},{"name":"236) Remove TplSN","id":"35bea5b1-4d73-494c-a3e5-0860914f0044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/TplSN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","TplSN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0daa82c7-ec43-4b4e-8fe3-409ac9681a5c","name":"236) Remove TplSN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/TplSN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:43:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"35bea5b1-4d73-494c-a3e5-0860914f0044"},{"name":"237) Stop DbwrtSN","id":"673b5689-441b-4645-ae7f-ef9ddad430c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1997","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"abe7753f-b3ff-4e55-b6b9-299643f97bb4","name":"237) Stop DbwrtSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1997/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:44:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"673b5689-441b-4645-ae7f-ef9ddad430c3"},{"name":"238) Switch off DbwrtSN","id":"174ce23b-7e19-4ae3-97b4-6a5ce3c3246d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbwrtSN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DbwrtSN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f880cc51-8e0c-4afc-b9c8-e9935384b7d9","name":"238) Switch off DbwrtSN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbwrtSN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:44:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"174ce23b-7e19-4ae3-97b4-6a5ce3c3246d"},{"name":"239) Remove DbwrtSN","id":"3342c9a1-6b1f-4659-82ec-478b711c4b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbwrtSN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DbwrtSN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d882b3a1-35d9-4d63-8a04-e21b23d205f2","name":"239) Remove DbwrtSN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DbwrtSN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:44:50 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"3342c9a1-6b1f-4659-82ec-478b711c4b4b"},{"name":"240) Stop DisplaySN","id":"055b9482-ed4c-409c-b628-4cf5ee8ee7dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"1998","path":["node","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"62fa021c-e7b5-4b68-bbfc-514a5691e4f8","name":"240) Stop DisplaySN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:1998/node/stop"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Length","value":"8"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Sat, 21 Jan 2023 16:45:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"055b9482-ed4c-409c-b628-4cf5ee8ee7dd"},{"name":"241) Switch off DisplaySN","id":"e1eaac11-db0e-4a57-bd37-82b825af687d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DisplaySN/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DisplaySN","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f700f36e-4f64-4823-9a56-927489bab2f9","name":"241) Switch off DisplaySN","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DisplaySN/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:45:36 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"e1eaac11-db0e-4a57-bd37-82b825af687d"},{"name":"242) Remove DisplaySN","id":"975b9790-58d6-4b7d-859c-c565af429dc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DisplaySN","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DisplaySN"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2f65dcdb-b42a-42b2-9899-886cb34e4a4a","name":"242) Remove DisplaySN","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DisplaySN"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:45:54 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"975b9790-58d6-4b7d-859c-c565af429dc3"},{"name":"243) Stop DefaultAIServer","id":"0ab6e6a1-07f7-4806-8132-638f532de883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/stop","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer","stop"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57f4e818-3479-4c60-8935-1d981426542b","name":"243) Stop DefaultAIServer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/stop"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-j8x744MzxNTAEtqLuT651Q0BjPA\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:46:13 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Stopped."}],"_postman_id":"0ab6e6a1-07f7-4806-8132-638f532de883"},{"name":"244) Switch off DefaultAIServer","id":"a725f70d-2fc8-4002-9eb5-6aaad55f7dea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"57fa76ed-3017-4d87-aa58-fb7db5db9adc","name":"244) Switch off DefaultAIServer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:46:31 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"a725f70d-2fc8-4002-9eb5-6aaad55f7dea"},{"name":"245) Remove DefaultAIServer","id":"b5505d0c-646f-4156-8ccf-d12b9ab9be7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultAIServer"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8aa8c62a-8b8e-4607-b88b-1483d49c214d","name":"245) Remove DefaultAIServer","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultAIServer"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:46:52 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"b5505d0c-646f-4156-8ccf-d12b9ab9be7b"},{"name":"246) Switch off AlertDatabase","id":"41710735-7ed7-4e2b-b969-18a083e98ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/AlertDatabase/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","AlertDatabase","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec73401b-6041-4c2d-af26-a0c47edad0b7","name":"246) Switch off AlertDatabase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/AlertDatabase/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:47:17 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"41710735-7ed7-4e2b-b969-18a083e98ba4"},{"name":"247) Remove AlertDatabase","id":"02382511-05c5-422e-98dc-72df80de26db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/AlertDatabase","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","AlertDatabase"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e7fe1b64-0fd7-40fb-81d9-bad23d1a5665","name":"247) Remove AlertDatabase","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/AlertDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:47:39 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"02382511-05c5-422e-98dc-72df80de26db"},{"name":"248) Switch off ServiceNodeDefaultACL","id":"575a51c9-b557-4266-b856-c6a26c9d69cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ServiceNodeDefaultACL/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","ServiceNodeDefaultACL","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ded494c4-8371-49b6-a278-fc81dc777fc1","name":"248) Switch off ServiceNodeDefaultACL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ServiceNodeDefaultACL/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:47:59 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"575a51c9-b557-4266-b856-c6a26c9d69cc"},{"name":"249) Remove ServiceNodeDefaultACL","id":"49d24c09-c2e5-4f13-a51a-85ed340cfe9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ServiceNodeDefaultACL","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","ServiceNodeDefaultACL"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6791e867-53e0-47bc-b69a-dbe865b426a0","name":"249) Remove ServiceNodeDefaultACL","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/ServiceNodeDefaultACL"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:48:18 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"49d24c09-c2e5-4f13-a51a-85ed340cfe9c"},{"name":"250) Switch off MqttBrokerDefaultACL","id":"39b29e1c-2df7-469f-8dcc-477b75fd175a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/MqttBrokerDefaultACL/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","MqttBrokerDefaultACL","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"dda60fee-3ebf-4453-99d1-605ed805b067","name":"250) Switch off MqttBrokerDefaultACL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/MqttBrokerDefaultACL/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:48:37 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"39b29e1c-2df7-469f-8dcc-477b75fd175a"},{"name":"251) Remove MqttBrokerDefaultACL","id":"b9bf043b-4c7f-4601-886b-233e8c742269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/MqttBrokerDefaultACL","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","MqttBrokerDefaultACL"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"87bd6a55-4336-400f-8177-728bd1d5bf2a","name":"251) Remove MqttBrokerDefaultACL","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/MqttBrokerDefaultACL"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:48:55 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"b9bf043b-4c7f-4601-886b-233e8c742269"},{"name":"252) Switch off DefaultMqttBroker","id":"861a75f8-7fef-4d59-b1f7-c10bc753cebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultMqttBroker/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultMqttBroker","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"293141f8-31fe-4b6d-9c2d-ee456c0fc144","name":"252) Switch off DefaultMqttBroker","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultMqttBroker/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:49:22 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"861a75f8-7fef-4d59-b1f7-c10bc753cebd"},{"name":"253) Remove DefaultMqttBroker","id":"a00f90fc-d1b4-4501-8da4-3219780e0957","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultMqttBroker","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultMqttBroker"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"220007bc-dffa-4b20-bded-f65c725bd5c5","name":"253) Remove DefaultMqttBroker","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultMqttBroker"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:49:40 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"a00f90fc-d1b4-4501-8da4-3219780e0957"},{"name":"254) Switch off DefaultTransformationLibrary","id":"076052b7-9f58-428c-bfb6-7648665db334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary/off","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultTransformationLibrary","off"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"468ffa98-9fb0-4641-b304-1f3c5032d503","name":"254) Switch off DefaultTransformationLibrary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary/off"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"13"},{"key":"ETag","value":"W/\"d-P0cFt2W9RppwWRkU5EEpbjh/XPE\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:50:05 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Switched off."}],"_postman_id":"076052b7-9f58-428c-bfb6-7648665db334"},{"name":"255) Remove DefaultTransformationLibrary","id":"fb81a98e-52b3-4d59-a7d7-8f3866d025ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366","id":"76cca30f-02b5-4110-b24f-ec536f1be366","name":"Clean Up","type":"folder"}},"urlObject":{"protocol":"https","port":"585","path":["GettingStarted","DefaultTransformationLibrary"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5486af14-77c1-401a-a697-6ff740800684","name":"255) Remove DefaultTransformationLibrary","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://localhost:585/GettingStarted/DefaultTransformationLibrary"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"8"},{"key":"ETag","value":"W/\"8-SOp4Dzw8Mp2Ja1M3vP6EDDrCtJI\""},{"key":"Date","value":"Sat, 21 Jan 2023 16:50:24 GMT"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"Deleted."}],"_postman_id":"fb81a98e-52b3-4d59-a7d7-8f3866d025ea"}],"id":"76cca30f-02b5-4110-b24f-ec536f1be366","description":"<p>Through the requests in this folder, we <strong>clean up</strong> the Docker Host by gracefully stopping and removing all the software artifacts that we have installed for the purposes of these getting started examples.</p>\n<p><strong>Stopping</strong> a Service or Crazy Node means disabling the business logic Node-RED flow inside of the node, so that the node stops executing its job, but the Docker container keeps running. Similarly, stopping an AIS node means stopping the Scala process, without stopping the Docker container.</p>\n<p><strong>Switching off</strong> corresponds to stopping the Docker container.</p>\n<p><strong>Removing</strong> expectedly corresponds to removing the Docker container and its associated Docker volume.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3d4f4529-1446-43f6-9968-cd0efc12f940"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2869e7f3-78af-4523-8370-8f249f10ae20"}}],"_postman_id":"76cca30f-02b5-4110-b24f-ec536f1be366"}],"event":[{"listen":"prerequest","script":{"id":"176a5193-34ea-4367-94e8-4e8e842d7057","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0d968a1d-6e9a-4e10-ba56-8264070b8fc2","type":"text/javascript","exec":[""]}}],"variable":[{"key":"DockerHost","value":"localhost","type":"string"}]}