{"info":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","description":"<html><head></head><body><p>This collection gathers the documentation of the REST API provided by the UOWM SDN Controller, based on the Ryu SDN framework.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12079040","collectionId":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","publishedId":"T1DjkfXx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-07-19T18:22:00.000Z"},"item":[{"name":"rest_topology API","item":[{"name":"Get all datapaths","id":"18a6066b-452a-4bb2-958f-86fbc12adeab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://electron-sdn.trsc-ppc.gr:10443/v1.0/topology/switches","description":"<p>Returns the ports of all datapaths that are connected with the Ryu controller. Each port has the same typical structure (Note that this structure applies for all commands of the <code>rest_topology</code> API):</p>\n<ul>\n<li><code>dpid</code> is the datapath ID that the port belongs to in decimal form.</li>\n<li><code>hw_addr</code> refers to the MAC address of the switch port.</li>\n<li><code>name</code> is the friendly name of the corresponding port. </li>\n<li><code>port_no</code> is the OpenFlow port number of the same port in decimal form.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","switches"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"0915ee28-2e00-4866-860e-0bceeda69628","name":"Get all datapaths","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/switches"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Tue, 08 Sep 2020 09:55:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2191"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dpid\": \"2876467493016320\",\n        \"ports\": [\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"2\",\n                \"hw_addr\": \"38:21:c7:21:13:1e\",\n                \"name\": \"2\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"5\",\n                \"hw_addr\": \"38:21:c7:21:13:1b\",\n                \"name\": \"5\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"16\",\n                \"hw_addr\": \"38:21:c7:21:13:10\",\n                \"name\": \"16\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"9\",\n                \"hw_addr\": \"38:21:c7:21:13:17\",\n                \"name\": \"9\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"1\",\n                \"hw_addr\": \"38:21:c7:21:13:1f\",\n                \"name\": \"1\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"4\",\n                \"hw_addr\": \"38:21:c7:21:13:1c\",\n                \"name\": \"4\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"3\",\n                \"hw_addr\": \"38:21:c7:21:13:1d\",\n                \"name\": \"3\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"6\",\n                \"hw_addr\": \"38:21:c7:21:13:1a\",\n                \"name\": \"6\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"15\",\n                \"hw_addr\": \"38:21:c7:21:13:11\",\n                \"name\": \"15\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"14\",\n                \"hw_addr\": \"38:21:c7:21:13:12\",\n                \"name\": \"14\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"10\",\n                \"hw_addr\": \"38:21:c7:21:13:16\",\n                \"name\": \"10\"\n            }\n        ]\n    },\n    {\n        \"dpid\": \"2876467493531616\",\n        \"ports\": [\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"2\",\n                \"hw_addr\": \"38:21:c7:28:ef:fe\",\n                \"name\": \"2\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"5\",\n                \"hw_addr\": \"38:21:c7:28:ef:fb\",\n                \"name\": \"5\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"15\",\n                \"hw_addr\": \"38:21:c7:28:ef:f1\",\n                \"name\": \"15\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"7\",\n                \"hw_addr\": \"38:21:c7:28:ef:f9\",\n                \"name\": \"7\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"1\",\n                \"hw_addr\": \"38:21:c7:28:ef:ff\",\n                \"name\": \"1\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"4\",\n                \"hw_addr\": \"38:21:c7:28:ef:fc\",\n                \"name\": \"4\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"3\",\n                \"hw_addr\": \"38:21:c7:28:ef:fd\",\n                \"name\": \"3\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"16\",\n                \"hw_addr\": \"38:21:c7:28:ef:f0\",\n                \"name\": \"16\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"6\",\n                \"hw_addr\": \"38:21:c7:28:ef:fa\",\n                \"name\": \"6\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"14\",\n                \"hw_addr\": \"38:21:c7:28:ef:f2\",\n                \"name\": \"14\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"10\",\n                \"hw_addr\": \"38:21:c7:28:ef:f6\",\n                \"name\": \"10\"\n            },\n            {\n                \"dpid\": \"2876467493531616\",\n                \"port_no\": \"9\",\n                \"hw_addr\": \"38:21:c7:28:ef:f7\",\n                \"name\": \"9\"\n            }\n        ]\n    }\n]"}],"_postman_id":"18a6066b-452a-4bb2-958f-86fbc12adeab"},{"name":"Get all hosts","id":"a7c5b5d1-09e1-46ef-afa8-57f2adf0375a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://electron-sdn.trsc-ppc.gr:10443/v1.0/topology/hosts","description":"<p>Returns all end devices (hosts) that are connected with all connected SDN switches. Note that the hosts list is populated only when the corresponding controller is in <code>EQUAL</code> or <code>MASTER</code> role. In addition, OpenFlow discriminates the Openflow-controlled devices (datapaths) and the non-OpenFlow devices (all the rest devices). Therefore, you may notice that a router or a non-OpenFlow switch is marked as a host. Response explanation:</p>\n<ul>\n<li><code>mac</code> is the MAC address of the host. Any host is uniquely identified by a MAC address. To this end, if a device has multiple interfaces or uses multiple MAC addresses, it will apprear as seperate devices.</li>\n<li><code>ipv4</code> is a list containing all known IP addresses that the host uses (obtained by ARP replies or by the source IPv4 address field).</li>\n<li><code>ipv6</code> includes all known IPv6 addresses.</li>\n<li><code>port</code> is the JSON object that describes the switch port that the host is attached to.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","hosts"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"ee0548e7-2f52-419b-a649-19ed42cbdea6","name":"Get all hosts","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/hosts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Tue, 08 Sep 2020 10:05:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2729"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"mac\": \"80:30:e0:39:d1:e6\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:21:13:1a\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"80:30:e0:39:d1:e5\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"1\",\n            \"hw_addr\": \"38:21:c7:21:13:1f\",\n            \"name\": \"1\"\n        }\n    },\n    {\n        \"mac\": \"20:67:7c:e2:48:c9\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"00:0d:22:22:84:94\",\n        \"ipv4\": [\n            \"192.168.20.251\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"5\",\n            \"hw_addr\": \"38:21:c7:28:ef:fb\",\n            \"name\": \"5\"\n        }\n    },\n    {\n        \"mac\": \"28:80:23:ac:99:7d\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"9\",\n            \"hw_addr\": \"38:21:c7:28:ef:f7\",\n            \"name\": \"9\"\n        }\n    },\n    {\n        \"mac\": \"92:28:2d:9f:d7:e2\",\n        \"ipv4\": [\n            \"192.168.10.1\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"20:67:7c:e2:48:ca\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"28:80:23:ac:99:7e\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"10\",\n            \"hw_addr\": \"38:21:c7:28:ef:f6\",\n            \"name\": \"10\"\n        }\n    },\n    {\n        \"mac\": \"ee:0f:90:20:d1:61\",\n        \"ipv4\": [\n            \"172.26.20.200\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:21:13:1a\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"86:47:6e:e4:84:fa\",\n        \"ipv4\": [\n            \"192.168.20.210\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"46:79:fd:32:b5:17\",\n        \"ipv4\": [\n            \"192.168.10.240\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"98:f2:b3:10:e5:c2\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"10\",\n            \"hw_addr\": \"38:21:c7:21:13:16\",\n            \"name\": \"10\"\n        }\n    },\n    {\n        \"mac\": \"86:05:48:55:80:03\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"00:19:ee:10:a3:2e\",\n        \"ipv4\": [\n            \"192.168.10.15\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"4\",\n            \"hw_addr\": \"38:21:c7:28:ef:fc\",\n            \"name\": \"4\"\n        }\n    },\n    {\n        \"mac\": \"00:19:ee:10:94:94\",\n        \"ipv4\": [\n            \"192.168.10.10\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"2\",\n            \"hw_addr\": \"38:21:c7:28:ef:fe\",\n            \"name\": \"2\"\n        }\n    },\n    {\n        \"mac\": \"2e:63:fc:8f:cc:73\",\n        \"ipv4\": [\n            \"172.26.10.200\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"1\",\n            \"hw_addr\": \"38:21:c7:21:13:1f\",\n            \"name\": \"1\"\n        }\n    },\n    {\n        \"mac\": \"dc:a6:32:70:0e:6d\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"15\",\n            \"hw_addr\": \"38:21:c7:28:ef:f1\",\n            \"name\": \"15\"\n        }\n    }\n]"}],"_postman_id":"a7c5b5d1-09e1-46ef-afa8-57f2adf0375a"},{"name":"Get all links","id":"e80f7a5f-c6a9-434b-a0eb-4897a53f61b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://electron-sdn.trsc-ppc.gr:10443/v1.0/topology/links","description":"<p>Returns all links between the SDN switches. These links are discovered by LLDP frames that the SDN-C floods via Packet-Out messages and then receives back from the datapaths.</p>\n<p>Each link object defines a single communication direction and includes two parts, src and dst, each of them contains a JSON object of the corresponding port.  Hence, two link objects can define a bidirectional communication link. Moreover, the delay of that link is also included in the response, measured in milliseconds.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","links"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"dee706e5-ab08-4242-8496-ba9e2e252e9b","name":"Get all links","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/links"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"src\": {\r\n            \"dpid\": \"81687430204238\",\r\n            \"port_no\": \"1\",\r\n            \"hw_addr\": \"aa:6d:d0:d2:fc:e6\",\r\n            \"name\": \"eth1\"\r\n        },\r\n        \"dst\": {\r\n            \"dpid\": \"187913511852363\",\r\n            \"port_no\": \"6\",\r\n            \"hw_addr\": \"7e:33:80:61:51:10\",\r\n            \"name\": \"eth6\"\r\n        },\r\n        \"delay\": \"5\"\r\n    },\r\n    {\r\n        \"src\": {\r\n            \"dpid\": \"187913511852363\",\r\n            \"port_no\": \"6\",\r\n            \"hw_addr\": \"7e:33:80:61:51:10\",\r\n            \"name\": \"eth6\"\r\n        },\r\n        \"dst\": {\r\n            \"dpid\": \"81687430204238\",\r\n            \"port_no\": \"1\",\r\n            \"hw_addr\": \"aa:6d:d0:d2:fc:e6\",\r\n            \"name\": \"eth1\"\r\n        },\r\n        \"delay\": \"5\"\r\n    },\r\n    {\r\n        \"src\": {\r\n            \"dpid\": \"152576802233677\",\r\n            \"port_no\": \"1\",\r\n            \"hw_addr\": \"3e:92:ec:63:7c:9f\",\r\n            \"name\": \"eth1\"\r\n        },\r\n        \"dst\": {\r\n            \"dpid\": \"81687430204238\",\r\n            \"port_no\": \"2\",\r\n            \"hw_addr\": \"fa:8a:be:ed:b0:5c\",\r\n            \"name\": \"eth2\"\r\n        },\r\n        \"delay\": \"5\"\r\n    },\r\n    {\r\n        \"src\": {\r\n            \"dpid\": \"81687430204238\",\r\n            \"port_no\": \"2\",\r\n            \"hw_addr\": \"fa:8a:be:ed:b0:5c\",\r\n            \"name\": \"eth2\"\r\n        },\r\n        \"dst\": {\r\n            \"dpid\": \"152576802233677\",\r\n            \"port_no\": \"1\",\r\n            \"hw_addr\": \"3e:92:ec:63:7c:9f\",\r\n            \"name\": \"eth1\"\r\n        },\r\n        \"delay\": \"5\"\r\n    }\r\n]"}],"_postman_id":"e80f7a5f-c6a9-434b-a0eb-4897a53f61b2"},{"name":"Get a specific datapath","id":"45d0db88-6203-464d-b098-2b42e516cb1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://electron-sdn.trsc-ppc.gr:10443/v1.0/topology/switches/2876467493016320","description":"<p>Filters the results of \"<em>Get all datapaths</em>\" by a specific datapath id (dpid). Note that the the datapath id should be specified at the end of the URL in its decimal form (e.g. 2876467493016320).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","switches","2876467493016320"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"cb18fab9-7c49-4d7f-8f2a-85d74407b75f","name":"Get a specific datapath","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/switches/2876467493016320"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Tue, 08 Sep 2020 10:11:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1050"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"dpid\": \"2876467493016320\",\n        \"ports\": [\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"2\",\n                \"hw_addr\": \"38:21:c7:21:13:1e\",\n                \"name\": \"2\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"5\",\n                \"hw_addr\": \"38:21:c7:21:13:1b\",\n                \"name\": \"5\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"16\",\n                \"hw_addr\": \"38:21:c7:21:13:10\",\n                \"name\": \"16\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"9\",\n                \"hw_addr\": \"38:21:c7:21:13:17\",\n                \"name\": \"9\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"1\",\n                \"hw_addr\": \"38:21:c7:21:13:1f\",\n                \"name\": \"1\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"4\",\n                \"hw_addr\": \"38:21:c7:21:13:1c\",\n                \"name\": \"4\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"3\",\n                \"hw_addr\": \"38:21:c7:21:13:1d\",\n                \"name\": \"3\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"6\",\n                \"hw_addr\": \"38:21:c7:21:13:1a\",\n                \"name\": \"6\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"15\",\n                \"hw_addr\": \"38:21:c7:21:13:11\",\n                \"name\": \"15\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"14\",\n                \"hw_addr\": \"38:21:c7:21:13:12\",\n                \"name\": \"14\"\n            },\n            {\n                \"dpid\": \"2876467493016320\",\n                \"port_no\": \"10\",\n                \"hw_addr\": \"38:21:c7:21:13:16\",\n                \"name\": \"10\"\n            }\n        ]\n    }\n]"}],"_postman_id":"45d0db88-6203-464d-b098-2b42e516cb1d"},{"name":"Get the hosts of a datapath","id":"ecf50079-e789-4de1-99ef-ddf5c7553d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://electron-sdn.trsc-ppc.gr:10443/v1.0/topology/hosts/2876467493016320","description":"<p>Filters the results of \"<em>Get all hosts</em>\" for a specific datapath id. Note that the the datapath id should be specified at the end of the URL in its decimal form (e.g. 2876467493531616).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","hosts","2876467493016320"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"e2b7e9f1-ef56-4325-83af-ce531a5e79b6","name":"Get the hosts of a datapath","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/hosts/2876467493531616"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Tue, 08 Sep 2020 10:14:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2101"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"mac\": \"20:67:7c:e2:48:c9\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"00:0d:22:22:84:94\",\n        \"ipv4\": [\n            \"192.168.20.251\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"5\",\n            \"hw_addr\": \"38:21:c7:28:ef:fb\",\n            \"name\": \"5\"\n        }\n    },\n    {\n        \"mac\": \"28:80:23:ac:99:7d\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"9\",\n            \"hw_addr\": \"38:21:c7:28:ef:f7\",\n            \"name\": \"9\"\n        }\n    },\n    {\n        \"mac\": \"92:28:2d:9f:d7:e2\",\n        \"ipv4\": [\n            \"192.168.10.1\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"20:67:7c:e2:48:ca\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"28:80:23:ac:99:7e\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"10\",\n            \"hw_addr\": \"38:21:c7:28:ef:f6\",\n            \"name\": \"10\"\n        }\n    },\n    {\n        \"mac\": \"86:47:6e:e4:84:fa\",\n        \"ipv4\": [\n            \"192.168.20.210\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"46:79:fd:32:b5:17\",\n        \"ipv4\": [\n            \"192.168.10.240\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"3\",\n            \"hw_addr\": \"38:21:c7:28:ef:fd\",\n            \"name\": \"3\"\n        }\n    },\n    {\n        \"mac\": \"86:05:48:55:80:03\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\n            \"name\": \"6\"\n        }\n    },\n    {\n        \"mac\": \"00:19:ee:10:a3:2e\",\n        \"ipv4\": [\n            \"192.168.10.15\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"4\",\n            \"hw_addr\": \"38:21:c7:28:ef:fc\",\n            \"name\": \"4\"\n        }\n    },\n    {\n        \"mac\": \"00:19:ee:10:94:94\",\n        \"ipv4\": [\n            \"192.168.10.10\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"2\",\n            \"hw_addr\": \"38:21:c7:28:ef:fe\",\n            \"name\": \"2\"\n        }\n    },\n    {\n        \"mac\": \"dc:a6:32:70:0e:6d\",\n        \"ipv4\": [],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"15\",\n            \"hw_addr\": \"38:21:c7:28:ef:f1\",\n            \"name\": \"15\"\n        }\n    },\n    {\n        \"mac\": \"00:19:ee:10:8e:75\",\n        \"ipv4\": [\n            \"192.168.10.251\"\n        ],\n        \"ipv6\": [],\n        \"port\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"1\",\n            \"hw_addr\": \"38:21:c7:28:ef:ff\",\n            \"name\": \"1\"\n        }\n    }\n]"}],"_postman_id":"ecf50079-e789-4de1-99ef-ddf5c7553d0e"},{"name":"Get the links of a datapath","id":"a69ef557-9df6-4a97-ba17-abaab09b54ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/links/2876467493016320","description":"<p>Filters the results of \"Get all links\" for a specific datapath id. Note that the the datapath id should be specified at the end of the URL in its decimal form (e.g. 2876467493531616).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","links","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"cac0d123-9dde-4394-9941-aba10604068a","name":"Get the links of a datapath","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/links/2876467493531616"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"src\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"1\",\n            \"hw_addr\": \"aa:6d:d0:d2:fc:e6\",\n            \"name\": \"eth1\"\n        },\n        \"dst\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"6\",\n            \"hw_addr\": \"7e:33:80:61:51:10\",\n            \"name\": \"eth6\"\n        }\n    },\n    {\n        \"src\": {\n            \"dpid\": \"2876467493531616\",\n            \"port_no\": \"2\",\n            \"hw_addr\": \"fa:8a:be:ed:b0:5c\",\n            \"name\": \"eth2\"\n        },\n        \"dst\": {\n            \"dpid\": \"2876467493016320\",\n            \"port_no\": \"1\",\n            \"hw_addr\": \"3e:92:ec:63:7c:9f\",\n            \"name\": \"eth1\"\n        }\n    }\n]"}],"_postman_id":"a69ef557-9df6-4a97-ba17-abaab09b54ba"},{"name":"Extended Topology - Get details of specific host","id":"489a181e-085e-4429-accd-c1569943f441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/10.250.100.240","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","extended","host","10.250.100.240"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"e1698860-aaad-4781-8a83-578708106060","name":"Extended Topology - Get details of specific host using IP address","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/10.250.100.240"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 05 Jun 2023 21:59:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5274"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"92ee71eb-38e6-4a7a-b893-5ca96ca83104\",\n    \"name\": null,\n    \"mud_url\": null,\n    \"description\": null,\n    \"os\": \"Linux 2.6.32\",\n    \"version\": null,\n    \"software\": [\n        {\n            \"name\": \"ssh\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"22\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"OpenSSH\",\n                    \"version\": \"8.2p1 Ubuntu 4ubuntu0.5\",\n                    \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                    \"conf\": \"10\",\n                    \"vulners\": [\n                        \"CVE-2020-15778\",\n                        \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                        \"10213DBE-F683-58BB-B6D3-353173626207\",\n                        \"CVE-2020-12062\",\n                        \"CVE-2021-28041\",\n                        \"CVE-2021-41617\",\n                        \"CVE-2020-14145\",\n                        \"CVE-2016-20012\",\n                        \"CVE-2021-36368\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"mqtt\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"1883\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"docker\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2375\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Docker\",\n                    \"version\": \"23.0.0\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"etcd-client\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2379\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"etcd-server\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2380\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"remoteanything\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"4000\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jdwp\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"5004\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                    \"version\": \"1.8.0_212\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"5009\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                    \"version\": \"1.8.0_212\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"redis\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6378\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Redis key-value store\",\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"sun-sr-https\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6443\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"unknown\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6644\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"8094\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"8095\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"rtsp\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8080\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"blackice-icecap\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8081\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"blackice-alerts\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8082\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"d-s-n\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8086\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"opsmessaging\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8090\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jamlink\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8091\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"sac\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8097\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"daap\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8500\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"mt-daapd DAAP\",\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jetdirect\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"9100\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        }\n    ],\n    \"hardware\": [],\n    \"network\": {\n        \"hostname\": null,\n        \"connected_to_wan\": false,\n        \"default_gateway\": null,\n        \"interface_name\": null,\n        \"ipv4_main\": \"10.250.100.240\",\n        \"ip_addresses\": [\n            {\n                \"ip_address\": \"10.250.100.240\",\n                \"subnet_mask\": null\n            }\n        ],\n        \"mac_address\": \"22-00-fa-03-1a-06\"\n    },\n    \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n}"},{"id":"9cff19fd-866d-4606-a01a-c5f2e22aa81e","name":"Extended Topology - Get details of specific host using MAC address","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/22-00-fa-03-1a-06"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 05 Jun 2023 22:02:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5274"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"92ee71eb-38e6-4a7a-b893-5ca96ca83104\",\n    \"name\": null,\n    \"mud_url\": null,\n    \"description\": null,\n    \"os\": \"Linux 2.6.32\",\n    \"version\": null,\n    \"software\": [\n        {\n            \"name\": \"ssh\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"22\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"OpenSSH\",\n                    \"version\": \"8.2p1 Ubuntu 4ubuntu0.5\",\n                    \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                    \"conf\": \"10\",\n                    \"vulners\": [\n                        \"CVE-2020-15778\",\n                        \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                        \"10213DBE-F683-58BB-B6D3-353173626207\",\n                        \"CVE-2020-12062\",\n                        \"CVE-2021-28041\",\n                        \"CVE-2021-41617\",\n                        \"CVE-2020-14145\",\n                        \"CVE-2016-20012\",\n                        \"CVE-2021-36368\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"name\": \"mqtt\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"1883\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"docker\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2375\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Docker\",\n                    \"version\": \"23.0.0\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"etcd-client\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2379\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"etcd-server\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"2380\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"remoteanything\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"4000\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jdwp\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"5004\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                    \"version\": \"1.8.0_212\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"5009\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                    \"version\": \"1.8.0_212\",\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"redis\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6378\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"Redis key-value store\",\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"sun-sr-https\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6443\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"unknown\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"6644\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"8094\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                },\n                {\n                    \"port\": \"8095\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"rtsp\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8080\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"blackice-icecap\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8081\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"blackice-alerts\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8082\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"d-s-n\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8086\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"opsmessaging\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8090\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jamlink\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8091\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"sac\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8097\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"daap\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"8500\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": \"mt-daapd DAAP\",\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"10\",\n                    \"vulners\": []\n                }\n            ]\n        },\n        {\n            \"name\": \"jetdirect\",\n            \"version\": null,\n            \"ports\": [\n                {\n                    \"port\": \"9100\",\n                    \"protocol\": \"tcp\",\n                    \"state\": \"open\",\n                    \"reason\": \"syn-ack\",\n                    \"product\": null,\n                    \"version\": null,\n                    \"extrainfo\": null,\n                    \"conf\": \"3\",\n                    \"vulners\": []\n                }\n            ]\n        }\n    ],\n    \"hardware\": [],\n    \"network\": {\n        \"hostname\": null,\n        \"connected_to_wan\": false,\n        \"default_gateway\": null,\n        \"interface_name\": null,\n        \"ipv4_main\": \"10.250.100.240\",\n        \"ip_addresses\": [\n            {\n                \"ip_address\": \"10.250.100.240\",\n                \"subnet_mask\": null\n            }\n        ],\n        \"mac_address\": \"22-00-fa-03-1a-06\"\n    },\n    \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n}"}],"_postman_id":"489a181e-085e-4429-accd-c1569943f441"},{"name":"Extended Topology - Get details for all hosts","id":"36403bb0-21e2-48bc-b407-ec689520ad86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/all","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","extended","host","all"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"3a82f14e-840e-40aa-b63d-d49c302765d9","name":"Extended Topology - Get details for all hosts","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 05 Jun 2023 22:08:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19709"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"cbb5ce3a-af47-48a1-91fe-41f70ff0c0bb\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"7.9\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"EXPLOITPACK:98FE96309F9524B8C84C508837551A19\",\n                            \"EXPLOITPACK:5330EA02EBDE345BFC9D6DDDD97F9E97\",\n                            \"EDB-ID:46516\",\n                            \"EDB-ID:46193\",\n                            \"CVE-2019-6111\",\n                            \"1337DAY-ID-32328\",\n                            \"1337DAY-ID-32009\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2019-16905\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2019-6110\",\n                            \"CVE-2019-6109\",\n                            \"CVE-2018-20685\",\n                            \"PACKETSTORM:151227\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"domain\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"53\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": \"generic dns response: NOTIMP\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"80\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.1\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.86.240\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"94.66.198.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.94.4\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.56\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.58\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.57\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.253\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.26\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.33\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.34\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"83.235.237.145\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"172.67.136.136\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"62-07-50-89-74-f4\"\n        },\n        \"cpe\": []\n    },\n    {\n        \"uuid\": \"8068b1e6-90a9-4919-a817-fcce081cf059\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.4p1 Raspbian 5+deb11u1\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"vnc\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5900\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"RealVNC Enterprise\",\n                        \"version\": \"5.3 or later\",\n                        \"extrainfo\": \"protocol 5.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.242\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.242\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"e4-5f-01-ba-1d-a3\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"9ae7c216-5ba5-42b3-9b48-afc3e3a0ce2f\",\n        \"name\": \"rpi-1\",\n        \"mud_url\": \"https://mud-url\",\n        \"description\": \"A raspberry pi 4b device located in the lab\",\n        \"os\": \"Raspberry OS\",\n        \"version\": \"2.6.32\",\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"7.9p1 Raspbian 10+deb10u2+rpt1\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"EXPLOITPACK:98FE96309F9524B8C84C508837551A19\",\n                            \"EXPLOITPACK:5330EA02EBDE345BFC9D6DDDD97F9E97\",\n                            \"EDB-ID:46516\",\n                            \"EDB-ID:46193\",\n                            \"CVE-2019-6111\",\n                            \"1337DAY-ID-32328\",\n                            \"1337DAY-ID-32009\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2019-16905\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2019-6110\",\n                            \"CVE-2019-6109\",\n                            \"CVE-2018-20685\",\n                            \"PACKETSTORM:151227\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"syslog-conn\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"601\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"mqtt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1883\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"vnc\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5900\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"RealVNC Enterprise\",\n                        \"version\": \"5.3 or later\",\n                        \"extrainfo\": \"protocol 5.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"http-alt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8000\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"TornadoServer/6.1\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [\n            {\n                \"component\": \"cpu\",\n                \"manufacturer\": \"Raspberry\",\n                \"version\": \"4B\",\n                \"details\": \"No info\"\n            },\n            {\n                \"component\": \"ram\",\n                \"manufacturer\": \"Raspberry\",\n                \"version\": \"None\",\n                \"details\": \"4GB\"\n            }\n        ],\n        \"network\": {\n            \"hostname\": \"rpi-1\",\n            \"connected_to_wan\": true,\n            \"default_gateway\": \"10.250.100.1\",\n            \"mac_address\": \"dc-a6-32-70-0e-6d\",\n            \"ipv4_main\": \"10.250.100.235\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.235\",\n                    \"subnet_mask\": \"255.255.255.0\"\n                }\n            ]\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"e026e1b7-b829-4700-94e2-d5c7f3e32597\",\n        \"name\": \"\",\n        \"mud_url\": \"\",\n        \"description\": \"\",\n        \"os\": \"Linux 2.6.32\",\n        \"version\": \"\",\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.1\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"docker\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2375\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Docker\",\n                        \"version\": \"20.10.21\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"unknown\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5439\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [\n            {\n                \"manufacturer\": \"amd\",\n                \"version\": \"1.0\",\n                \"details\": \"Some details\"\n            }\n        ],\n        \"network\": {\n            \"hostname\": \"\",\n            \"connected_to_wan\": false,\n            \"default_gateway\": \"\",\n            \"mac_address\": \"ee-8d-4b-0d-8a-5d\",\n            \"ipv4_main\": \"10.250.100.126\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.126\",\n                    \"subnet_mask\": \"255.255.255.0\"\n                }\n            ]\n        },\n        \"cpe\": \"\"\n    },\n    {\n        \"uuid\": \"92ee71eb-38e6-4a7a-b893-5ca96ca83104\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.5\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2020-15778\",\n                            \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                            \"10213DBE-F683-58BB-B6D3-353173626207\",\n                            \"CVE-2020-12062\",\n                            \"CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"mqtt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1883\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"docker\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2375\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Docker\",\n                        \"version\": \"23.0.0\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"etcd-client\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2379\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"etcd-server\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2380\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"remoteanything\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"4000\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jdwp\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5004\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                        \"version\": \"1.8.0_212\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"5009\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                        \"version\": \"1.8.0_212\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"redis\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"6378\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Redis key-value store\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"sun-sr-https\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"6443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"unknown\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"6644\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"8094\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"8095\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"rtsp\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8080\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"blackice-icecap\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8081\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"blackice-alerts\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8082\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"d-s-n\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8086\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"opsmessaging\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8090\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jamlink\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8091\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"sac\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8097\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"daap\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8500\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"mt-daapd DAAP\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jetdirect\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"9100\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.240\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.240\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"22-00-fa-03-1a-06\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"7178fdec-62ca-4756-9114-1e57fcc03cfd\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.5\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2020-15778\",\n                            \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                            \"10213DBE-F683-58BB-B6D3-353173626207\",\n                            \"CVE-2020-12062\",\n                            \"CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"jetdirect\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"9100\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.31\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.31\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"c2-e2-18-ca-e8-c4\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"a1a9a2b0-332a-401e-aae7-479cb7d1c8d5\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2020-15778\",\n                            \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                            \"10213DBE-F683-58BB-B6D3-353173626207\",\n                            \"CVE-2020-12062\",\n                            \"CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"jetdirect\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"9100\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.250\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.250\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"4a-0b-89-d7-72-4c\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"321b82e0-1617-4933-b376-c5b4c197fa7c\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.5\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2020-15778\",\n                            \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                            \"10213DBE-F683-58BB-B6D3-353173626207\",\n                            \"CVE-2020-12062\",\n                            \"CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.111\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.111\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9e-df-34-57-38-b5\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"6a1a7c4c-2d8f-40de-886e-c6cc1c1bd3f2\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.32\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"48-d8-55-00-c9-9b\"\n        }\n    },\n    {\n        \"uuid\": \"eadeca5c-1aa3-4629-bb4f-a2667b562c46\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.34\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"92-4f-4d-62-a1-65\"\n        }\n    },\n    {\n        \"uuid\": \"ad457f27-2c49-4a34-929d-b5fe0d775288\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.37\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9e-d5-d0-16-e2-7c\"\n        }\n    },\n    {\n        \"uuid\": \"aaae31df-c8c2-4f10-88b7-7da1997041bf\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.241\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"da-33-73-4f-34-a8\"\n        }\n    },\n    {\n        \"uuid\": \"93a9aabb-d282-402e-86b9-0c502d5c83c7\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.14\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"8e-a1-29-52-ba-5f\"\n        }\n    },\n    {\n        \"uuid\": \"4d177f34-deac-4c63-8fc0-704bb3b79281\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.11\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"02-5d-b2-ac-8c-ad\"\n        }\n    },\n    {\n        \"uuid\": \"5a8ad6e9-0163-45c6-8a86-9abca0c43c76\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.12\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"3a-ae-cf-e4-78-cd\"\n        }\n    },\n    {\n        \"uuid\": \"19a4161d-9c6a-4ff8-a2f2-a8e52114e5aa\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.243\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9a-cb-4e-98-0d-14\"\n        }\n    },\n    {\n        \"uuid\": \"b6a78dae-3829-4b62-950b-1927cf1a5f73\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.13\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"06-7e-85-4e-08-0d\"\n        }\n    },\n    {\n        \"uuid\": \"95a3c180-a0ad-415d-b1b2-6750389f577b\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.36\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"4a-e5-45-f8-66-c1\"\n        }\n    },\n    {\n        \"uuid\": \"4e333fae-ae18-4dec-8865-2695f9c27f49\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.30\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"6e-26-db-f6-d8-c2\"\n        }\n    },\n    {\n        \"uuid\": \"a1ef1066-4090-49ec-bf31-f8344a6ad57e\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.33\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"ae-d2-3b-e8-6a-87\"\n        }\n    }\n]"},{"id":"2be2c8ca-bbbf-4b4a-be49-0bd63c8f0532","name":"Extended Topology - Get details for all hosts","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/host/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Thu, 04 Apr 2024 10:23:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40453"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"uuid\": \"5ae9e39f-92d5-4373-86bc-ab9b01d0def6\",\n        \"name\": null,\n        \"mud_url\": \"https://mudfileserver.electron-project.eu/poweredge650\",\n        \"description\": null,\n        \"os\": \"Linux 2.6.32 - 3.10\",\n        \"version\": \"Dell Poweredge R650\",\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.1\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2020-15778\",\n                            \"C94132FD-1FA5-5342-B6EE-0DAF45EEFFE3\",\n                            \"10213DBE-F683-58BB-B6D3-353173626207\",\n                            \"PRION:CVE-2021-28041\",\n                            \"PRION:CVE-2021-41617\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2019-16905\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2016-20012\",\n                            \"PRION:CVE-2021-36368\",\n                            \"CVE-2021-36368\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"https\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"exec\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"512\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"ltp-deepspace\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1113\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"caspssl\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1131\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"http-proxy\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8080\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"https-alt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"abyss\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"9999\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.32\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.32\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"48-d8-55-00-c9-9b\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6\"\n    },\n    {\n        \"uuid\": \"86a0e9b5-e751-41cf-9f24-3caacbc46dc7\",\n        \"name\": null,\n        \"mud_url\": \"http://mudfileserver.electron-project.eu/linux2632\",\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.9\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"5.0\",\n                            \"5.0\",\n                            \"4.6\",\n                            \"4.6\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"2.6\",\n                            \"2.6\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"mqtt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1883\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"docker\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2375\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Docker\",\n                        \"version\": \"23.0.0\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"remoteanything\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"4000\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jdwp\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5004\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                        \"version\": \"1.8.0_212\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"5009\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Java Debug Wire Protocol (Reference Implementation) version 1.8\",\n                        \"version\": \"1.8.0_212\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"redis\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"6378\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Redis key-value store\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"rtsp\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8080\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"blackice-icecap\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8081\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"blackice-alerts\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8082\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"d-s-n\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8086\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"opsmessaging\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8090\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jamlink\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8091\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"unknown\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8094\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"8095\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"sac\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8097\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"daap\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8500\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"mt-daapd DAAP\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.240\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.240\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"22-00-fa-03-1a-06\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"84e407c1-f988-4235-a157-4f2c3310513d\",\n        \"name\": null,\n        \"mud_url\": \"http://mudfileserver.electron-project.eu/raspbianpios\",\n        \"description\": \"Raspberry pi 4b 2GB\",\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.9\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"5.0\",\n                            \"5.0\",\n                            \"4.6\",\n                            \"4.6\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"2.6\",\n                            \"2.6\"\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.250\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.250\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"4a-0b-89-d7-72-4c\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"a091a2f0-949e-4dc0-b06e-40b334967a15\",\n        \"name\": \"\",\n        \"mud_url\": \"http://mudfileserver.electron-project.eu/raspbianpios\",\n        \"description\": \"Raspberry pi 4b 4GB\",\n        \"os\": null,\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"9.3\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"7.5\",\n                            \"7.5\",\n                            \"7.5\",\n                            \"7.5\",\n                            \"7.5\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"domain\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"53\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": \"generic dns response: NOTIMP\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"80\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": \"\",\n            \"connected_to_wan\": false,\n            \"default_gateway\": \"\",\n            \"mac_address\": \"62-07-50-89-74-f4\",\n            \"ipv4_main\": \"10.250.100.1\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.1\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"91.189.94.4\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"91.189.94.4\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"91.189.94.4\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"192.168.86.240\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"192.168.86.240\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"185.125.190.56\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"185.125.190.56\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"185.125.190.56\",\n                    \"subnet_mask\": \"null\"\n                },\n                {\n                    \"ip_address\": \"192.168.21.225\",\n                    \"subnet_mask\": \"255.255.255.0\"\n                },\n                {\n                    \"ip_address\": \"150.241.8.93\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"150.241.8.93\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"150.241.8.93\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.128\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.128\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.128\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.57\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.57\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.57\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.58\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.58\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.58\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"3.64.163.50\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.230\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.230\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.230\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"212.101.173.109\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"212.101.173.109\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"212.101.173.109\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.28\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.28\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.81\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.81\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.81\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.16\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.16\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.235\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.235\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.235\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.17\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.17\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.17\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.38\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.38\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.38\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.62\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.62\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.62\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"167.94.145.27\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"167.94.145.27\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"167.248.133.143\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"167.248.133.143\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"167.248.133.143\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"104.21.87.168\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"104.21.87.168\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"104.21.87.168\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"172.67.144.177\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.72.23.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.72.23.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.72.23.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.247.62.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.247.62.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.247.62.1\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"199.19.95.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"199.19.95.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"199.19.95.54\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.58\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"94.66.198.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"94.66.198.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"94.66.198.250\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.26\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.26\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.26\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.76\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.76\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.76\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.82\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.82\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.82\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.8\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.8\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.253\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.253\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.10\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.10\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.10\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.21\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.21\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.188.59\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"89.248.162.161\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"89.248.162.161\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"89.248.162.161\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.90\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.90\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.90\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.4\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.4\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.4\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.11\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.11\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.11\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.25\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.25\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.25\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.139.213.42\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.139.213.42\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.139.213.42\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.102\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.102\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.102\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.131\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.131\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.131\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.101\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.104\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.104\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.104\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.211\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.211\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.191\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.191\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"77.90.185.191\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.157\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"91.189.91.157\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.215\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.204\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.204\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.88.204\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.49\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.49\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.49\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.48\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.48\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.227.254.48\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.217.10.153\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.217.10.153\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"45.145.248.146\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.36\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.40\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.2\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.3\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.73\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"80.66.83.68\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.125.190.36\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"151.101.242.49\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.8.0.5\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.156.73.206\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"3.68.63.139\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.161.248.194\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"54.171.230.55\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"34.243.160.129\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"194.165.16.72\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"34.95.113.255\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"20.90.152.133\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"185.199.110.133\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"193.163.125.237\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"193.239.214.227\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.21.194\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"52.184.213.187\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"87.121.69.25\",\n                    \"subnet_mask\": null\n                }\n            ]\n        },\n        \"cpe\": []\n    },\n    {\n        \"uuid\": \"680776d6-3876-4bcd-8e90-eaefd5aa7cb3\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": \"Raspberry pi 4b 4GB\",\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"7.9p1 Raspbian 10+deb10u2+rpt1\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"EXPLOITPACK:98FE96309F9524B8C84C508837551A19\",\n                            \"EXPLOITPACK:5330EA02EBDE345BFC9D6DDDD97F9E97\",\n                            \"EDB-ID:46516\",\n                            \"EDB-ID:46193\",\n                            \"CVE-2019-6111\",\n                            \"1337DAY-ID-32328\",\n                            \"1337DAY-ID-32009\",\n                            \"CVE-2021-41617\",\n                            \"CVE-2019-16905\",\n                            \"CVE-2020-14145\",\n                            \"CVE-2019-6110\",\n                            \"CVE-2019-6109\",\n                            \"CVE-2018-20685\",\n                            \"PACKETSTORM:151227\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": \"1.14.2\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"syslog-conn\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"601\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"mqtt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"1883\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"upnp\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5000\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"telelpathstart\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5010\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"vnc\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5900\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"RealVNC Enterprise\",\n                        \"version\": \"5.3 or later\",\n                        \"extrainfo\": \"protocol 5.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"http-alt\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8000\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"TornadoServer/6.1\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.235\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.235\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"169.254.9.231\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"169.254.9.231\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"169.254.9.231\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"dc-a6-32-70-0e-6d\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"21f86e1e-2207-42ee-bf90-afdf5cd72eff\",\n        \"name\": \"CSMS\",\n        \"mud_url\": \"http://mudfileserver.electron-project.eu/raspbianpios\",\n        \"description\": \"Raspberry pi 4b 8gb\",\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"PRION:CVE-2023-28531\",\n                            \"PRION:CVE-2021-28041\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"80\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2022-37797\",\n                            \"CVE-2022-25762\",\n                            \"CVE-2020-27813\",\n                            \"CVE-2020-13935\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"mysql\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"3306\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": \"csms\",\n            \"connected_to_wan\": false,\n            \"default_gateway\": \"10.250.100.1\",\n            \"interface_name\": \"eth0\",\n            \"ipv4_main\": \"10.250.100.70\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.70\",\n                    \"subnet_mask\": \"255.255.255.0\"\n                }\n            ],\n            \"mac_address\": \"18-c0-4d-13-f5-89\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"913c93b8-4679-44f8-ac3e-5125dde0360a\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 3.10 - 4.11\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"830\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"2024\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.8\",\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"PRION:CVE-2021-28041\",\n                            \"CVE-2021-41617\",\n                            \"PRION:CVE-2021-36368\",\n                            \"CVE-2021-36368\"\n                        ]\n                    },\n                    {\n                        \"port\": \"8999\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": \"protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"sun-answerbook\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8888\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.35\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.35\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"98-c5-db-9a-a3-fd\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:3\"\n    },\n    {\n        \"uuid\": \"34da784d-c625-44cc-9244-ab3b4340803e\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Microsoft Windows XP SP2\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ms-wbt-server\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"3389\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Microsoft Terminal Services\",\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"pando-pub\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"7680\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.135\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.135\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9a-ac-d2-7d-b3-14\"\n        },\n        \"cpe\": \"cpe:/o:microsoft:windows_xp::sp2\"\n    },\n    {\n        \"uuid\": \"fd80c90f-3dc1-4d38-bec4-b3d999169036\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"7.5\",\n                            \"4.6\",\n                            \"4.4\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"jamlink\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"8091\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.11\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.11\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"02-5d-b2-ac-8c-ad\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"254666dc-af85-47d7-9b7b-ec70ea1bb5c4\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"7.5\",\n                            \"4.6\",\n                            \"4.4\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"docker\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"2375\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Docker\",\n                        \"version\": \"20.10.21\",\n                        \"extrainfo\": null,\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.126\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.126\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.250.100.102\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"ee-8d-4b-0d-8a-5d\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"ffb89c4e-9739-411d-82e0-b35dda898ab6\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"7.5\",\n                            \"4.6\",\n                            \"4.4\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"signacert-agent\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5032\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jtnetd-server\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5033\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"jtnetd-status\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5034\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"unknown\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5035\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"5036\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.13\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.13\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"06-7e-85-4e-08-0d\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"086dde73-6622-4d21-98c3-2654b819e324\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.2p1 Ubuntu 4ubuntu0.9\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"6.8\",\n                            \"5.0\",\n                            \"5.0\",\n                            \"4.6\",\n                            \"4.6\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.4\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"4.3\",\n                            \"2.6\",\n                            \"2.6\"\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.37\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.37\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9e-d5-d0-16-e2-7c\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"32853d74-f4c2-43dd-965f-04d0a5507d6b\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Linux 2.6.32\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"ssh\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"22\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"OpenSSH\",\n                        \"version\": \"8.9p1 Ubuntu 3ubuntu0.3\",\n                        \"extrainfo\": \"Ubuntu Linux; protocol 2.0\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"7.5\",\n                            \"4.6\",\n                            \"4.4\"\n                        ]\n                    }\n                ]\n            },\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"80\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": \"reverse proxy\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    },\n                    {\n                        \"port\": \"443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"nginx\",\n                        \"version\": null,\n                        \"extrainfo\": \"reverse proxy\",\n                        \"conf\": \"10\",\n                        \"vulners\": []\n                    }\n                ]\n            },\n            {\n                \"name\": \"sun-sr-https\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"6443\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": null,\n                        \"version\": null,\n                        \"extrainfo\": null,\n                        \"conf\": \"3\",\n                        \"vulners\": []\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.25\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.25\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"4e-b8-fd-f2-10-aa\"\n        },\n        \"cpe\": \"cpe:/o:linux:linux_kernel:2.6.32\"\n    },\n    {\n        \"uuid\": \"a2ae6c5f-51f2-43e1-beea-36da0f9b3174\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": \"Microsoft Windows 7 Professional or Windows 8\",\n        \"version\": null,\n        \"software\": [\n            {\n                \"name\": \"http\",\n                \"version\": null,\n                \"ports\": [\n                    {\n                        \"port\": \"5357\",\n                        \"protocol\": \"tcp\",\n                        \"state\": \"open\",\n                        \"reason\": \"syn-ack\",\n                        \"product\": \"Microsoft HTTPAPI httpd\",\n                        \"version\": \"2.0\",\n                        \"extrainfo\": \"SSDP/UPnP\",\n                        \"conf\": \"10\",\n                        \"vulners\": [\n                            \"CVE-2009-2512\"\n                        ]\n                    }\n                ]\n            }\n        ],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": \"10.250.100.143\",\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.143\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"169.254.64.22\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"a6-1a-e5-e2-72-1c\"\n        },\n        \"cpe\": \"cpe:/o:microsoft:windows_7::-:professional\"\n    },\n    {\n        \"uuid\": \"7ccb815f-1e35-479a-9237-d9625558526b\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.21\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"0a-22-49-e4-7d-3b\"\n        }\n    },\n    {\n        \"uuid\": \"d969d61f-d806-495b-a787-9df90f68d2d7\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.31\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.244.0.7\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"c2-e2-18-ca-e8-c4\"\n        }\n    },\n    {\n        \"uuid\": \"6605e2c8-b241-44b9-ad52-578751a96c74\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.241\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"da-33-73-4f-34-a8\"\n        }\n    },\n    {\n        \"uuid\": \"7f430f9a-3262-457c-9768-e710fad38c94\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.12\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"3a-ae-cf-e4-78-cd\"\n        }\n    },\n    {\n        \"uuid\": \"bc92fd44-67de-4ce8-926c-1eb5125fcdf6\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.243\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9a-cb-4e-98-0d-14\"\n        }\n    },\n    {\n        \"uuid\": \"19ac8aed-0357-4560-ae40-6bc7cc1e0b90\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.101\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"9e-df-34-57-38-b5\"\n        }\n    },\n    {\n        \"uuid\": \"7bdbd1d0-46e6-4eaf-be1c-77457d8f7b22\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.33\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"ae-d2-3b-e8-6a-87\"\n        }\n    },\n    {\n        \"uuid\": \"c78a8cb8-3d96-4686-b6a7-a2c7a6463906\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.36\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"4a-e5-45-f8-66-c1\"\n        }\n    },\n    {\n        \"uuid\": \"77016073-d7e7-4535-8ac5-d1bbe7bb0b12\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.14\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"8e-a1-29-52-ba-5f\"\n        }\n    },\n    {\n        \"uuid\": \"4ddad180-adea-46c9-8ad6-c0684bdf9f62\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.22\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"b6-87-39-e3-79-55\"\n        }\n    },\n    {\n        \"uuid\": \"5bf5b74d-f894-48dc-b633-5d61797acbcf\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"192.168.21.100\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.0.1\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"60-a4-b7-c9-28-a8\"\n        }\n    },\n    {\n        \"uuid\": \"31fa3ea5-fd20-43f8-9208-d397766d2041\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.20\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"d2-11-11-c6-70-84\"\n        }\n    },\n    {\n        \"uuid\": \"cae74506-4144-4646-8232-d6ea0308a9da\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.26\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"ee-82-be-a4-94-bf\"\n        }\n    },\n    {\n        \"uuid\": \"c2d96c9b-0f41-4e1a-b7d5-fc46ca1cf1f1\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.100\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"5e-69-20-f9-67-bf\"\n        }\n    },\n    {\n        \"uuid\": \"13ec956f-d6e6-4a3b-9189-0cfdb1b57bcf\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"169.254.176.222\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.250.100.230\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"2a-38-f7-a7-0c-37\"\n        }\n    },\n    {\n        \"uuid\": \"93f96f5d-9cd7-486f-a99e-7594e5241508\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"192.168.11.185\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.250.100.103\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"192.168.11.172\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"c8-5a-cf-c0-47-5b\"\n        }\n    },\n    {\n        \"uuid\": \"ac215e00-5953-451e-859e-7a11d49dba74\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.24\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"ba-60-57-c8-a4-8f\"\n        }\n    },\n    {\n        \"uuid\": \"3dba6419-14b3-40cd-bb96-0de61d2cb32e\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.23\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"b6-cf-c8-3e-6e-97\"\n        }\n    },\n    {\n        \"uuid\": \"5849f0f0-49ae-4ca2-a2de-a54884d954c7\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.10\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"26-e5-e1-c2-1c-66\"\n        }\n    },\n    {\n        \"uuid\": \"60a9ffa3-265a-43e0-8ea3-a71e9c382e78\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.40\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"26-49-09-be-2e-c5\"\n        }\n    },\n    {\n        \"uuid\": \"027b6f3a-67fe-46a5-9289-85cd35a08d0a\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.101\",\n                    \"subnet_mask\": null\n                },\n                {\n                    \"ip_address\": \"10.250.100.220\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"fa-01-d9-18-61-7f\"\n        }\n    },\n    {\n        \"uuid\": \"34dff973-2237-4447-b709-5ff8ba8101fb\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"10.250.100.101\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"52-15-19-1e-bc-10\"\n        }\n    },\n    {\n        \"uuid\": \"57b64bc6-4af4-42d2-b307-19f55ae2228b\",\n        \"name\": null,\n        \"mud_url\": null,\n        \"description\": null,\n        \"os\": null,\n        \"version\": null,\n        \"software\": [],\n        \"hardware\": [],\n        \"network\": {\n            \"hostname\": null,\n            \"connected_to_wan\": false,\n            \"default_gateway\": null,\n            \"interface_name\": null,\n            \"ipv4_main\": null,\n            \"ip_addresses\": [\n                {\n                    \"ip_address\": \"94.66.198.243\",\n                    \"subnet_mask\": null\n                }\n            ],\n            \"mac_address\": \"7a-d6-b8-20-e6-cd\"\n        }\n    }\n]"}],"_postman_id":"36403bb0-21e2-48bc-b407-ec689520ad86"},{"name":"Extended Topology - Get network info","id":"5659e5a9-691b-44ea-9856-e94d62d11153","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/network_info/","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["v1.0","topology","extended","network_info",""],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"8b7a29d8-4e8e-45cb-b937-bcc7a6f704dd","name":"Extended Topology - Get network info","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/v1.0/topology/extended/network_info/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Fri, 30 Jun 2023 14:27:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"vlans\",\n        \"items\": [\n            {\n                \"name\": \"DMZ\",\n                \"address\": \"10.250.100.0\",\n                \"cidr_prefix\": \"24\",\n                \"vlan_id\": \"10\",\n                \"gateway_ip\": \"10.250.100.1\",\n                \"gateway_interface\": \"ens4f0\"\n            }\n        ]\n    }\n]"}],"_postman_id":"5659e5a9-691b-44ea-9856-e94d62d11153"}],"id":"fc1b04c3-0536-41f0-892b-e0b30f7ce1c4","description":"<p>Note that the original implementation of the rest_topology API receives and displays the dpids and the port numbers in hexadecimal form. Although, the rest_topology app provided by UOWM, converts these number to decimal form in order to be compliant with the ofctl_rest API.</p>\n","event":[{"listen":"prerequest","script":{"id":"f17eca9d-fb97-40b7-be7e-05745e18a905","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d58305f-5bb2-4ea8-bc3f-878d1b2ed5c9","type":"text/javascript","exec":[""]}}],"_postman_id":"fc1b04c3-0536-41f0-892b-e0b30f7ce1c4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}},{"name":"ofctl_rest API","item":[{"name":"Retrieve information","item":[{"name":"Get all switches","id":"b0de54e2-5801-4449-8fe5-a552f50ea32a","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/switches","description":"<p>Returns a list with the IDs of all datapaths connected to the SDN controller in decimal form. <em>This command will not be necessary since the the REST API with SCS should be used instead.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","switches"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"b38a9272-4443-4542-82a7-091e244e5cf3","name":"Get all switches","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/switches"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    35628848924874,\n    44530819438973,\n    35628848924873\n]"}],"_postman_id":"b0de54e2-5801-4449-8fe5-a552f50ea32a"},{"name":"Get switch description","id":"150dbdea-e55f-4bc6-b81e-d1ad8476af40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/desc/2876467493016320","description":"<p>Retrieves a description for the specified datapath. This command corresponds to the <code>OFPDescStatsRequest</code> OpenFlow command. Note that the the datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Response explanation:</p>\n<ul>\n<li><code>mfr_desc</code>: String that specifies the manufacturer of the switch. <code>Aruba</code> will be returned for Aruba switches and <code>Nicira, Inc.</code> is returned for OVS.</li>\n<li><code>hw_desc</code>: String that represents the hardware model of the switch.</li>\n<li><code>sw_desc</code>: String that specifies the software version of the switch.</li>\n<li><code>serial_num</code>: String that specifies the serial number of the switch.</li>\n<li><code>dp_desc</code>: String that specifies a friendly name for the specified datapath (openflow instance in the switch) connected to the controller.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","desc","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"d699335f-4a01-4da8-b706-aa4a46a76ffe","name":"Get switch description","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/desc/35628848924874"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"35628848924874\": {\n        \"mfr_desc\": \"Nicira, Inc.\",\n        \"hw_desc\": \"Open vSwitch\",\n        \"sw_desc\": \"2.10.1\",\n        \"serial_num\": \"None\",\n        \"dp_desc\": \"None\"\n    }\n}"}],"_postman_id":"150dbdea-e55f-4bc6-b81e-d1ad8476af40"},{"name":"Get port description","id":"a96cb90d-6d98-4787-a85f-ea122fb58224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/portdesc/2876467493016320","description":"<p>Returns information about each port controlled by the datapath. The datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Response explanation:</p>\n<ul>\n<li><code>hw_addr</code>: MAC address of the switch port.</li>\n<li><code>name</code>: Name of the port, assigned outside of OpenFlow.</li>\n<li><code>config</code>: Behaviour of the physical port (<code>OFPPC_*</code>). <code>0</code> means that no config has been applied, <code>1</code> indicates that the port is administratively down, <code>4</code> indicates that all ingress traffic to this port is dropped, <code>32</code> indicates that all egress traffic from this port is dropped and <code>64</code> specifies that <code>packet_in</code> messages will not be generated from this port. This config is only applied by the controller and default value is <code>0</code>.</li>\n<li><code>state</code>: State of the physical port (<code>OFPPS_*</code>). <code>1</code> means that no link is presented (cable disconnected), <code>2</code> indicates that the port is blocked (for example, by STP) and <code>4</code> means that the port is active.</li>\n<li><code>port_no</code>: Openflow port number, assigned by the OpenFlow instance. This number should be used by REST API commands to identify or apply action to this port.</li>\n<li><code>curr_speed</code>: Bit-rate of current switch port measured in kbps.</li>\n<li><code>max_speed</code>: Maximum bit-rate of current switch port measured in kbps.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","portdesc","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"abf4670c-1cbc-4875-88ce-4839fae9ff85","name":"Get port description","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/portdesc/35628848924874"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"35628848924874\": [\r\n        {\r\n            \"hw_addr\": \"38:21:c7:28:ef:fe\",\r\n            \"name\": \"2\",\r\n            \"config\": 0,\r\n            \"state\": 4,\r\n            \"curr\": 8200,\r\n            \"advertised\": 0,\r\n            \"supported\": 8239,\r\n            \"peer\": 0,\r\n            \"curr_speed\": 100000,\r\n            \"max_speed\": 1000000,\r\n            \"port_no\": 2\r\n        },\r\n        {\r\n            \"hw_addr\": \"38:21:c7:28:ef:fb\",\r\n            \"name\": \"5\",\r\n            \"config\": 0,\r\n            \"state\": 4,\r\n            \"curr\": 8200,\r\n            \"advertised\": 0,\r\n            \"supported\": 8239,\r\n            \"peer\": 0,\r\n            \"curr_speed\": 100000,\r\n            \"max_speed\": 1000000,\r\n            \"port_no\": 5\r\n        },\r\n        {\r\n            \"hw_addr\": \"38:21:c7:28:ef:fa\",\r\n            \"name\": \"6\",\r\n            \"config\": 0,\r\n            \"state\": 4,\r\n            \"curr\": 8224,\r\n            \"advertised\": 0,\r\n            \"supported\": 8239,\r\n            \"peer\": 0,\r\n            \"curr_speed\": 1000000,\r\n            \"max_speed\": 1000000,\r\n            \"port_no\": 6\r\n        }\r\n    ]\r\n}\r\n"}],"_postman_id":"a96cb90d-6d98-4787-a85f-ea122fb58224"},{"name":"Get port statistics","id":"e2bb6ac2-9255-456d-b9e3-5c024db70797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/port/2876467493016320","description":"<p>Get statistics for all ports controlled of the specified datapath. The datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Response explanation:</p>\n<ul>\n<li><code>rx_packets</code>: Number of received packets from the respective port.</li>\n<li><code>tx_packets</code>: Number of transmitted packets from the respective port.</li>\n<li><code>rx_bytes</code>: Number of received bytes from the respective port.</li>\n<li><code>tx_bytes</code>: Number of transmitted bytes from the reactive port. </li>\n<li><code>rx_dropped</code>: Number of the packets dropped in the respective port (ingress).  </li>\n<li><code>tx_dropped</code>: Number of the packets dropped in the respective port (egress). </li>\n<li><code>rx_errors</code>:  Number of packet errors in the respective port (ingress). </li>\n<li><code>tx_errors</code>:  Number of packet errors in the respective port (egress). </li>\n<li><code>rx_frame_err</code>: Frame alignment errors. Shows the number of frames received whose size in bits was not a multiple of eight. Occasionally, extra bits of data are inadvertently attached to a transmitted packet, causing a frame alignment error. </li>\n<li><code>rx_over_err</code>: The total number of good frames received by the respective port greater than the supported maximum length of 1522 bytes.</li>\n<li><code>rx_crc_err</code>: Number of CRC errors in the respective port.</li>\n<li><code>collisions</code>: Number of collisions in the respective port.</li>\n<li><code>port_no</code>: OpenFlow number (identifier) of the corresponding port.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","port","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"f99e5372-cfb3-4895-a092-d97dbe100725","name":"Get port stats","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/port/35628848924874"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"35628848924874\": [\n        {\n            \"rx_packets\": 37891744,\n            \"tx_packets\": 80604777,\n            \"rx_bytes\": 11629141063,\n            \"tx_bytes\": 5715186451,\n            \"rx_dropped\": 0,\n            \"tx_dropped\": 0,\n            \"rx_errors\": 1,\n            \"tx_errors\": 0,\n            \"rx_frame_err\": 0,\n            \"rx_over_err\": 0,\n            \"rx_crc_err\": 1,\n            \"collisions\": 0,\n            \"duration_sec\": 1592921383,\n            \"duration_nsec\": 1232543788,\n            \"port_no\": 2\n        },\n        {\n            \"rx_packets\": 24229869,\n            \"tx_packets\": 42364435,\n            \"rx_bytes\": 2585746079,\n            \"tx_bytes\": 3491273400,\n            \"rx_dropped\": 0,\n            \"tx_dropped\": 0,\n            \"rx_errors\": 0,\n            \"tx_errors\": 0,\n            \"rx_frame_err\": 0,\n            \"rx_over_err\": 0,\n            \"rx_crc_err\": 0,\n            \"collisions\": 0,\n            \"duration_sec\": 1592921383,\n            \"duration_nsec\": 2083135788,\n            \"port_no\": 5\n        },\n        {\n            \"rx_packets\": 0,\n            \"tx_packets\": 0,\n            \"rx_bytes\": 0,\n            \"tx_bytes\": 0,\n            \"rx_dropped\": 0,\n            \"tx_dropped\": 0,\n            \"rx_errors\": 0,\n            \"tx_errors\": 0,\n            \"rx_frame_err\": 0,\n            \"rx_over_err\": 0,\n            \"rx_crc_err\": 0,\n            \"collisions\": 0,\n            \"duration_sec\": 1592921383,\n            \"duration_nsec\": 3796903724,\n            \"port_no\": \"LOCAL\"\n        }\n    ]\n}"}],"_postman_id":"e2bb6ac2-9255-456d-b9e3-5c024db70797"},{"name":"Get table stats","id":"53a28156-c103-419d-9355-dfe14c280e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/table/2876467493016320","description":"<p>Get statistics from all tables of a specific datapath. The datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Response explanation:</p>\n<ul>\n<li><code>table_id</code>: The table ID that the statistics refer to.</li>\n<li><code>active_count</code>: Indicates the number of active OpenFlow entries in the specific table ID.</li>\n<li><code>lookup_count</code>: Number of total look-ups in the specific table ID.</li>\n<li><code>matched_count</code>: Number of total packets that matched any entry in the specific table ID.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","table","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"a43d849c-037b-4728-8b20-6a61cc32b198","name":"Get table stats","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/table/35628848924874"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"35628848924874\": [\n        {\n            \"active_count\": 1,\n            \"lookup_count\": 0,\n            \"matched_count\": 0,\n            \"table_id\": 0\n        },\n        {\n            \"active_count\": 7,\n            \"lookup_count\": 502525,\n            \"matched_count\": 0,\n            \"table_id\": 100\n        },\n        {\n            \"active_count\": 1,\n            \"lookup_count\": 0,\n            \"matched_count\": 0,\n            \"table_id\": 200\n        }\n    ]\n}"}],"_postman_id":"53a28156-c103-419d-9355-dfe14c280e90"},{"name":"Get flow stats (all)","id":"4cd9c1e6-9c56-4591-b925-d2ad2767b30c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/flow/2876467493016320","description":"<p>Retrieve all flows from a specific datapath. The datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Response explanation:</p>\n<ul>\n<li><code>priority</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>cookie</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>idle_timeout</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>hard_timeout</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>byte_count</code>: Number of matched packets in terms of bytes.</li>\n<li><code>duration_sec</code>: Time the flow is alive in seconds.</li>\n<li><code>duration_nsec</code>: Time the flow is alive in nanoseconds beyond <code>duration_sec</code>.</li>\n<li><code>packet_count</code>: Number of matched packets.</li>\n<li><code>length</code>: Length of this entry (TBD)</li>\n<li><code>flags</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>actions</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>match</code>: (Provided in the description of the \"<em>Add a custom flow</em>\" command)</li>\n<li><code>table_id</code>: Table ID that the flow is in.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flow","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"b5c7fef4-701a-48bf-8f0d-4a75aad356d6","name":"Get flow stats (all)","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/flow/2876467493531616"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 06 Dec 2020 20:18:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10245"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"2876467493531616\": [\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 0,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 0,\n            \"length\": 80,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:1\"\n            ],\n            \"match\": {\n                \"eth_dst\": \"ff:ff:ff:ff:ff:ff\",\n                \"eth_type\": 34984\n            },\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 0,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 0,\n            \"length\": 80,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:1\"\n            ],\n            \"match\": {\n                \"eth_dst\": \"ff:ff:ff:ff:ff:ff\",\n                \"eth_type\": 33024\n            },\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 735720,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 12262,\n            \"length\": 80,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:1\"\n            ],\n            \"match\": {\n                \"eth_dst\": \"ff:ff:ff:ff:ff:ff\",\n                \"eth_type\": 2054\n            },\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 65535,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 7431422,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 53451,\n            \"length\": 96,\n            \"flags\": 0,\n            \"actions\": [\n                {\n                    \"WRITE_ACTIONS\": [\n                        \"OUTPUT:CONTROLLER\"\n                    ]\n                }\n            ],\n            \"match\": {\n                \"eth_dst\": \"01:80:c2:00:00:0e\",\n                \"eth_type\": 35020\n            },\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 240037,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1102,\n            \"length\": 80,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:1\"\n            ],\n            \"match\": {\n                \"eth_dst\": \"ff:ff:ff:ff:ff:ff\",\n                \"eth_type\": 2048\n            },\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 0,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 4883697468,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 31745769,\n            \"length\": 64,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:2\"\n            ],\n            \"match\": {},\n            \"table_id\": 0\n        },\n        {\n            \"priority\": 0,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 975757,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 13364,\n            \"length\": 64,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:2\"\n            ],\n            \"match\": {},\n            \"table_id\": 1\n        },\n        {\n            \"priority\": 0,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 4884673225,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 31759133,\n            \"length\": 64,\n            \"flags\": 0,\n            \"actions\": [\n                \"GOTO_TABLE:3\"\n            ],\n            \"match\": {},\n            \"table_id\": 2\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 0,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 0,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 6,\n                \"eth_dst\": \"46:79:fd:32:b5:17\",\n                \"eth_src\": \"7e:51:7c:23:91:3e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 435426,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 5898,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:1\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"00:19:ee:10:8e:75\",\n                \"eth_src\": \"92:28:2d:9f:d7:e2\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 421677,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 5925,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 529973580,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1399807,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:15\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"dc:a6:32:70:0e:6d\",\n                \"eth_src\": \"92:28:2d:9f:d7:e2\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 76245707,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 525183,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:15\"\n            ],\n            \"match\": {\n                \"in_port\": 16,\n                \"eth_dst\": \"dc:a6:32:70:0e:6d\",\n                \"eth_src\": \"dc:a6:32:70:14:29\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 3919720,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 50720,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:16\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"dc:a6:32:70:14:29\",\n                \"eth_src\": \"be:6d:01:33:94:8f\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 387697296,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 6089860,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:5\"\n            ],\n            \"match\": {\n                \"in_port\": 6,\n                \"eth_dst\": \"00:0d:22:22:84:94\",\n                \"eth_src\": \"7e:51:7c:23:91:3e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 240656887,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 3721926,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:6\"\n            ],\n            \"match\": {\n                \"in_port\": 5,\n                \"eth_dst\": \"7e:51:7c:23:91:3e\",\n                \"eth_src\": \"00:0d:22:22:84:94\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 367226632,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1196186,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:1\"\n            ],\n            \"match\": {\n                \"in_port\": 4,\n                \"eth_dst\": \"00:19:ee:10:8e:75\",\n                \"eth_src\": \"00:19:ee:10:a3:2e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 415940,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 6707,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:2\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"00:19:ee:10:94:94\",\n                \"eth_src\": \"92:28:2d:9f:d7:e2\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 397516,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 6408,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:4\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"00:19:ee:10:a3:2e\",\n                \"eth_src\": \"92:28:2d:9f:d7:e2\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 344364,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 5525,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 4,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"00:19:ee:10:a3:2e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 150917826,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 2395588,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:2\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"00:19:ee:10:94:94\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 838267,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1264,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:7\"\n            ],\n            \"match\": {\n                \"in_port\": 6,\n                \"eth_dst\": \"00:1c:c4:f2:62:a3\",\n                \"eth_src\": \"7e:51:7c:23:91:3e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 444247824,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 6324138,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 16,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"dc:a6:32:70:14:29\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 150804600,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 2393790,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:4\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"00:19:ee:10:a3:2e\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 1182508230,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 982253,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:16\"\n            ],\n            \"match\": {\n                \"in_port\": 15,\n                \"eth_dst\": \"dc:a6:32:70:14:29\",\n                \"eth_src\": \"dc:a6:32:70:0e:6d\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 10622779,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 52321,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 16,\n                \"eth_dst\": \"be:6d:01:33:94:8f\",\n                \"eth_src\": \"dc:a6:32:70:14:29\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 331288,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 5299,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 2,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"00:19:ee:10:94:94\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 367505335,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1197089,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:1\"\n            ],\n            \"match\": {\n                \"in_port\": 2,\n                \"eth_dst\": \"00:19:ee:10:8e:75\",\n                \"eth_src\": \"00:19:ee:10:94:94\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 842208574,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 4167444,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:16\"\n            ],\n            \"match\": {\n                \"in_port\": 3,\n                \"eth_dst\": \"dc:a6:32:70:14:29\",\n                \"eth_src\": \"92:28:2d:9f:d7:e2\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 0,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 0,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 6,\n                \"eth_dst\": \"d6:1f:be:46:2f:3e\",\n                \"eth_src\": \"7e:51:7c:23:91:3e\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 220031,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1596,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:6\"\n            ],\n            \"match\": {\n                \"in_port\": 7,\n                \"eth_dst\": \"7e:51:7c:23:91:3e\",\n                \"eth_src\": \"00:1c:c4:f2:62:a3\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 125773979,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 1212126,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 15,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"dc:a6:32:70:0e:6d\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 0,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 1410160,\n            \"duration_sec\": 12296,\n            \"duration_nsec\": 844000000,\n            \"packet_count\": 17210,\n            \"length\": 80,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:CONTROLLER\"\n            ],\n            \"match\": {},\n            \"table_id\": 3\n        }\n    ]\n}"}],"_postman_id":"4cd9c1e6-9c56-4591-b925-d2ad2767b30c"},{"name":"Get flow stats by filter","id":"f95bc830-8258-4e35-a8bd-908d3c9194ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"table_id\": 3,\r\n   \"cookie\": 1,\r\n   \"cookie_mask\": 0,\r\n   \"match\": {\"in_port\": 1},\r\n   \"priority\": 1\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flow/2876467493016320","description":"<p>Filter the response of \"<em>Get flow stats</em>\" by matching specific criteria. The datapath id of the switch should be specified at the end of the URL in its decimal form (e.g. 35628848924874). Body request explanation:</p>\n<ul>\n<li><code>table_id</code>: (Optional) Filters by OpenFlow table. Defaults to <code>OFPTT_ALL</code> (any table) if not specified</li>\n<li><code>cookie</code>: (Optional) Filters by cookie ID. Defaults to 0 if not specified.</li>\n<li><code>cookie_mask</code>: (Mandatory if <code>cookie</code> specified) Bit mask specifying how many bits of the cookie should be matched. Defaults to <code>0</code> if not specified. <code>65535</code> indicates that all bits should be matched.</li>\n<li><code>match</code>: (Optional) The contents of this dictionary is provided in the description of the command \"Add a custom flow\". If not specified, then all possible values will be considered.</li>\n<li><code>priority</code>: (Optional) Flow priority. If not specified, then all priorities will be considered.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flow","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"ee8a2ec9-171f-4ca9-87e2-e3b963e956dd","name":"Get flow stats by filter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"table_id\": 3,\r\n   \"cookie\": 1,\r\n   \"cookie_mask\": 0,\r\n   \"match\": {\"in_port\": 1},\r\n   \"priority\": 1\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flow/2876467493531616"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 06 Dec 2020 20:28:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"991"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"2876467493531616\": [\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 421677,\n            \"duration_sec\": 12912,\n            \"duration_nsec\": 512000000,\n            \"packet_count\": 5925,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:3\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"92:28:2d:9f:d7:e2\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 151242708,\n            \"duration_sec\": 12912,\n            \"duration_nsec\": 512000000,\n            \"packet_count\": 2400745,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:2\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"00:19:ee:10:94:94\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        },\n        {\n            \"priority\": 1,\n            \"cookie\": 0,\n            \"idle_timeout\": 0,\n            \"hard_timeout\": 0,\n            \"byte_count\": 151129356,\n            \"duration_sec\": 12912,\n            \"duration_nsec\": 512000000,\n            \"packet_count\": 2398945,\n            \"length\": 104,\n            \"flags\": 0,\n            \"actions\": [\n                \"OUTPUT:4\"\n            ],\n            \"match\": {\n                \"in_port\": 1,\n                \"eth_dst\": \"00:19:ee:10:a3:2e\",\n                \"eth_src\": \"00:19:ee:10:8e:75\"\n            },\n            \"table_id\": 3\n        }\n    ]\n}"}],"_postman_id":"f95bc830-8258-4e35-a8bd-908d3c9194ae"},{"name":"Get aggregate flow stats","id":"23ce5bfd-3f85-4846-92b9-662cbe353825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/aggregateflow/2876467493016320","description":"<p>Sends an OFPMP_AGGREGATE in order to retrieve aggregate statistics from all flows</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","aggregateflow","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"91143689-4c29-4272-a722-b4918b0c34a9","name":"Get aggregate flow stats","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/aggregateflow/2876467493531616"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Wed, 02 Dec 2020 09:26:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"94"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"2876467493531616\": [\n        {\n            \"packet_count\": 64779179,\n            \"byte_count\": 4554244169,\n            \"flow_count\": 34\n        }\n    ]\n}"}],"_postman_id":"23ce5bfd-3f85-4846-92b9-662cbe353825"},{"name":"Get group stats","id":"38411d03-ea79-4437-96fc-c2da04e4ef8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/group/2876467493016320/1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","group","2876467493016320","1"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"38411d03-ea79-4437-96fc-c2da04e4ef8a"},{"name":"Get group description","id":"68ff5fec-07e6-4eb1-a6af-09b68871e05e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/groupdesc/2876467493016320","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","groupdesc","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"68ff5fec-07e6-4eb1-a6af-09b68871e05e"},{"name":"Get group features","id":"e26a630d-37b8-4b54-8596-26ce3def2b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/groupfeatures/2876467493016320","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","groupfeatures","2876467493016320"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"e26a630d-37b8-4b54-8596-26ce3def2b71"}],"id":"5a61482c-0575-4732-8b5e-6c3052997d90","description":"<p>These commands are used to retrieve information from the SDN switches.</p>\n","_postman_id":"5a61482c-0575-4732-8b5e-6c3052997d90","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}},{"name":"Update status","item":[{"name":"Modify the behaviour of the port","id":"2f6961d0-a499-4f3a-a20b-2b33c345cc0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2832682736064608,\r\n    \"port_no\": 15,\r\n    \"config\": 0,\r\n    \"mask\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/portdesc/modify","description":"<p>Modifies the behaviour of the port by altering the <code>OFPPC</code> value of a specific port. Body's parameters explanation:</p>\n<ul>\n<li><code>config</code>: <code>1</code> means <code>OFPPC_PORT_DOWN</code> (Port administratively down), <code>4</code> means <code>OFPPC_NO_RECV</code> (Drop all packets received by port), <code>16</code> translates to <code>OFPPC_NO_FWD</code> (Drop packets forwarded to port) and <code>32</code> equals to <code>OFPPC_NO_PACKET_IN</code> (Do not send packet-in messages for this port).</li>\n<li><code>mask</code>: Is used to select bits in the config field to change (int).</li>\n<li><code>port_no</code>: Identifier of the OpenFlow port (int).</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","portdesc","modify"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"3886bb76-2f81-4e72-88b9-c35bb743335d","name":"Modify the behaviour of the port","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 35628848924874,\r\n    \"port_no\": 1,\r\n    \"config\": 1,\r\n    \"mask\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/portdesc/modify"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2f6961d0-a499-4f3a-a20b-2b33c345cc0f"},{"name":"Delete specific flow strictly","id":"d5ada8df-ab61-4ab3-a1d5-7fc0b33c981e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"priority\": 15,\r\n    \"cookie\": 0,\r\n    \"table_id\": 100,\r\n    \"actions\": [\r\n    {\r\n        \"type\":\"OUTPUT\",\r\n        \"port\":2\r\n    }],\r\n   \t\"match\": {\r\n        \"eth_type\":2048,\r\n        \"ipv4_src\":\"10.0.0.1\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/delete_strict","description":"<p>Delete the flow that matches exactly the fields specified. Possible options:</p>\n<ul>\n<li><code>dpid</code> (Mandatory) The datapath ID (int)</li>\n<li><code>cookie</code>: (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>cookie_mask</code> (Mandatory, if cookie is specified) (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>table_id</code>: Specifies the table that the flow is located Defaults to <code>0</code>.</li>\n<li><code>idle_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>hard_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>priority</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>out_port</code>: Matches the output port in the <code>actions</code> field. Defaults to <code>OFPP_ANY</code>.</li>\n<li><code>match</code> (Explained in the description of the command <em>Add a custom flow</em>). If not specified, then the match field is wildcarded.</li>\n<li><code>actions</code> (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>[]</code> (which is interpreted as <code>DROP</code> action).</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","delete_strict"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"410fe614-a7b6-4b14-96a0-9ff5fc8017b4","name":"Delete specific flow strictly","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493531616,\r\n    \"priority\": 15,\r\n    \"cookie\": 0,\r\n    \"table_id\": 2,\r\n    \"actions\": [{\r\n        \"type\":\"WRITE_ACTIONS\",\r\n        \"actions\":[{\r\n            \"type\":\"OUTPUT\",\r\n            \"port\":2\r\n        }]\r\n    }],\r\n   \t\"match\": {\r\n        \"in_port\": 1,\r\n        \"ipv4_src\": \"192.168.10.1\",\r\n        \"ipv4_dst\": \"192.168.10.2\",\r\n        \"ip_proto\": 6,\r\n        \"tcp_dst\": 8800,\r\n        \"eth_type\": 2048\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/delete_strict"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 06 Dec 2020 21:17:47 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d5ada8df-ab61-4ab3-a1d5-7fc0b33c981e"},{"name":"Add a custom flow","id":"faf82f59-a936-4fc5-8c80-176a0330ccfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"priority\": 15,\r\n    \"cookie\": 0,\r\n    \"idle_timeout\": 0,\r\n    \"hard_timeout\": 0,\r\n    \"actions\": [\r\n        {\r\n            \"type\": \"OUTPUT\",\r\n            \"port\": 8\r\n        }\r\n    ],\r\n\t\"match\": {\r\n        \"in_port\": 1,\r\n        \"ipv4_src\": \"192.168.21.70\",\r\n        \"ipv4_dst\": \"192.168.21.128\",\r\n        \"ip_proto\": 6,\r\n        \"tcp_dst\": 8800,\r\n        \"eth_type\": 2048\r\n\t},\r\n    \"table_id\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/add","description":"<p>Create a new flow entry in a specific table of a specific datapath. Body explanation:</p>\n<ul>\n<li><code>dpid</code>: Integer that specifies the datapath ID (OpenFlow instance of the switch connected to the controller)</li>\n<li><code>cookie</code>: Custom controller-issued ID of a flow. Each SDN app should include a specific cookie that is provided by the maintainer of the SDN-C.</li>\n<li><code>table_id</code>: Table ID to insert the flow in. Defaults to <code>0</code> if not specified.</li>\n<li><code>idle_timeout</code>: The absolute timeout during which if there are no packets matching the flow for this period, then the flow is removed from the datapath. Defaults to <code>0</code>. Setting this to zero, the flow entry is permanent.</li>\n<li><code>hard_timeout</code>: The absolute timeout after which the flow is removed from the datapath. Defaults to 0. Setting this to zero, the flow entry is permanent.</li>\n<li><code>priority</code>: Priority level of the flow entry. Higher priority means that that the flow will be evaluated first.</li>\n<li><code>flags</code>: Bitmap of <code>OFPFF_*</code> flags. In particular, <code>1</code> will make the datapath send a “flow removed” event when the flow is removed, <code>2</code> will check for overlappings before inserting the flow, <code>4</code> will reset all byte and packet counters, <code>8</code> will force the datapath not to count matched packers and <code>16</code> will force the datapath not to count matched bytes.</li>\n<li><code>actions</code>: Instruction set provided as a list of dictionaries. If not specified, it is implied that all matched packets will be dropped. Possible action types:<ul>\n<li><code>OUTPUT</code>: Forward packet to a specific port (e.g. <code>{\"type\": \"OUTPUT\", \"port\": 3}</code>). This implies an <code>APPLY_ACTION</code>.</li>\n<li><code>GOTO_TABLE</code>: Forward matching flows to a specific table of the same datapath (e.g. <code>{\"type\": \"GOTO_TABLE\", \"table_id\": 8}</code>).</li>\n<li>If you want to insert a <code>WRITE_ACTION</code> entry: <code>{\"type\": \"WRITE_ACTIONS\", actions\":[{\"type\":\"POP_VLAN\",},{ \"type\":\"OUTPUT\", \"port\": 2}]}</code></li>\n</ul>\n</li>\n<li><code>match</code>: Fields to match (dict). If not specified, then all packets will be matched. Note that if you need to match any field in the network layer (e.g. source IP address), then the <code>eth_type</code> should be specified, as provided in the first example (<code>2048</code> in this example specifies the IPv4 protocol). In the same vein, if any attribute in the transport layer should be specified, then both <code>eth_type</code> (for network layer) and <code>ip_proto</code> (for transport layer) should be specified. All match fields:<ul>\n<li><code>in_port</code>: (int) Switch input port (e.g. <code>{\"in_port\": 7}</code>)</li>\n<li><code>in_phy_port</code>: (int) Switch physical input port. Not clear yet what is the difference with in_port. (e.g. <code>{\"in_phy_port\": 5, \"in_port\": 3}</code>)</li>\n<li><code>eth_dst</code>: (string) Ethernet destination address, optionally specified with a mask (e.g. <code>{\"eth_dst\":\"aa:bb:cc:11:22:33/00:00:00:00:ff:ff\"}</code>)</li>\n<li><code>eth_src</code>: (string) Ethernet source address (e.g. <code>{\"eth_src\":\"aa:bb:cc:11:22:33\"}</code>)</li>\n<li><code>eth_type</code>: (int) Ethernet frame type. The full list of Ethernet types is provided by IANA: <a href=\"https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1\">https://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml#ieee-802-numbers-1</a> (e.g. <code>{\"eth_type\": 2048}</code>)</li>\n<li><code>ip_proto</code>: (int) IP protocol, the full list of ip protocols is provided by IANA: <a href=\"https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml\">https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml</a> (e.g. <code>{\"ip_proto\": 5, \"eth_type\": 34525}</code>)</li>\n<li><code>ipv4_src</code>: (string) IPv4 source address (e.g. <code>{\"ipv4_src\": \"192.168.0.1\", \"eth_type\": 2048}</code>)</li>\n<li><code>ipv4_dst</code>: (string) IPv4 destination address (e.g. <code>{\"ipv4_dst\": \"192.168.10.10/255.255.255.0\", \"eth_type\": 2048}</code>)</li>\n<li><code>tcp_src</code>: (int) TCP source port (e.g. <code>{\"tcp_src\": 80, \"ip_proto\": 6, \"eth_type\": 2048}</code>)</li>\n<li><code>tcp_dst</code>: (int) TCP destination port (e.g. <code>{\"tcp_dst\": 5, \"ip_proto\": 6, \"eth_type\": 2048}</code>)</li>\n<li><code>udp_src</code>: (int) UDP source port (e.g. <code>{\"udp_src\": 2, \"ip_proto\": 17, \"eth_type\": 2048}</code>)</li>\n<li><code>udp_dst</code>: (int) UDP destination port (e.g. <code>{\"udp_dst\": 6, \"ip_proto\": 17, \"eth_type\": 2048}</code>)</li>\n<li><code>icmpv4_type</code>: (int) ICMP type. All ICMP types are provided by IANA: <a href=\"https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml\">https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml</a> (e.g. <code>{\"icmpv4_type\": 5, \"ip_proto\": 1, \"eth_type\": 2048}</code>)</li>\n<li><code>icmpv4_code</code>: (int) ICMP code. All ICMP codes are provided by IANA: <a href=\"https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml\">https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml</a> (e.g. <code>{\"icmpv4_code\": 6, \"ip_proto\": 1, \"eth_type\": 2048}</code>)</li>\n<li><code>arp_op</code>: (int) ARP operational code. All opcodes are provided by IANA: <a href=\"https://www.iana.org/assignments/arp-parameters/arp-parameters.xhtml\">https://www.iana.org/assignments/arp-parameters/arp-parameters.xhtml</a> (e.g. <code>{\"arp_op\": 3, \"eth_type\": 2054}</code>)</li>\n<li><code>arp_spa</code>: (string) ARP source IPv4 address (e.g. <code>{\"arp_spa\": \"192.168.0.11\", \"eth_type\": 2054}</code>)</li>\n<li><code>arp_tpa</code>: (string) ARP target IPv4 address (e.g. <code>{\"arp_tpa\": \"192.168.0.44/24\", \"eth_type\": 2054}</code>)</li>\n<li><code>arp_sha</code>: (string) ARP source hardware address (e.g. <code>{\"arp_sha\": \"aa:bb:cc:11:22:33\", \"eth_type\": 2054}</code>)</li>\n<li><code>arp_tha</code>: (string) ARP target hardware address (e.g. <code>{\"arp_tha\": \"aa:bb:cc:11:22:33/00:00:00:00:ff:ff\", \"eth_type\": 2054}</code>)</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","add"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"502a7189-592f-4cb2-9067-db6abdc2d113","name":"Add a custom flow -  Specify match in IP layer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic user:ORWoIJZrgrb9S4jYUy0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"priority\": 15,\r\n    \"cookie\": 0,\r\n    \"idle_timeout\": 0,\r\n    \"hard_timeout\": 0,\r\n    \"actions\": [\r\n        {\r\n            \"type\": \"OUTPUT\",\r\n            \"port\": 8\r\n        }\r\n    ],\r\n\t\"match\": {\r\n\t\t\"ipv4_src\": \"10.0.0.1\",\r\n\t\t\"eth_type\": 2048\r\n\t},\r\n    \"table_id\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/add"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 06 Dec 2020 21:00:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"a0e773be-20e6-4bc7-916a-0851b8451e54","name":"Add a custom flow - Specify match in TCP layer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"priority\": 15,\r\n    \"cookie\": 0,\r\n    \"idle_timeout\": 0,\r\n    \"hard_timeout\": 0,\r\n    \"actions\": [\r\n        {\r\n            \"type\": \"OUTPUT\",\r\n            \"port\": 8\r\n        }\r\n    ],\r\n\t\"match\": {\r\n        \"in_port\": 1,\r\n        \"ipv4_src\": \"192.168.10.1\",\r\n        \"ipv4_dst\": \"192.168.10.2\",\r\n        \"ip_proto\": 6,\r\n        \"tcp_dst\": 8800,\r\n        \"eth_type\": 2048\r\n\t},\r\n    \"table_id\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/add"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.14.2"},{"key":"Date","value":"Sun, 06 Dec 2020 21:07:53 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"faf82f59-a936-4fc5-8c80-176a0330ccfe"},{"name":"Delete all flows","id":"ad201297-d15c-4472-8b00-bd025b459ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/clear/35628848924874","description":"<p>Removes all flows of the specific datapath. The datapath id should be specified at the end of the URL in its decimal form (e.g. 35628848924874)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","clear","35628848924874"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad201297-d15c-4472-8b00-bd025b459ea4"},{"name":"Delete all matching flows","id":"7cc9a5e5-b71a-4cf9-8679-07a6a477064e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/delete","description":"<p>Delete all flows matching specific criteria. Possible options:</p>\n<ul>\n<li><code>dpid</code> (Mandatory) The datapath ID (int)</li>\n<li><code>cookie</code>: (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>cookie_mask</code> (Mandatory, if cookie is specified) (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>table_id</code>: Specifies the table that the flow is located Defaults to <code>0</code>.</li>\n<li><code>flags</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>idle_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>hard_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>priority</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>out_port</code>: Matches the output port in the <code>actions</code> field. Defaults to <code>OFPP_ANY</code>.</li>\n<li><code>match</code> (Explained in the description of the command <em>Add a custom flow</em>). If not specified, then the match field is wildcarded.</li>\n<li><code>actions</code> (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>[]</code> (which is interpreted as <code>DROP</code> action).</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","delete"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"4dcedf21-73ec-49a8-9d28-ab064556828a","name":"Delete all matching flows - Matching several fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"cookie\": 0,\r\n    \"cookie_mask\": 0,\r\n    \"table_id\": 100,\r\n    \"match\":{\r\n        \"ipv4_src\":\"10.0.0.1\"\r\n    }\r\n }","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/delete"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""},{"id":"dc273886-c885-4c4f-b38e-f7908596a536","name":"Delete all matching flows - Only by cookie ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493531616,\r\n    \"cookie\": 50,\r\n    \"cookie_mask\": 65535,\r\n    \"table_id\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/delete"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7cc9a5e5-b71a-4cf9-8679-07a6a477064e"},{"name":"Modify all matching flows","id":"1739d173-cf2c-4fff-85fc-b657f663e8de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"cookie\": 0,\r\n    \"cookie_mask\": 0,\r\n    \"table_id\": 100,\r\n    \"idle_timeout\": 30,\r\n    \"hard_timeout\": 30,\r\n    \"priority\": 15,\r\n    \"flags\": 1,\r\n    \"match\":{\r\n        \"eth_type\":2048,\r\n        \"ipv4_src\":\"10.0.0.1\"\r\n    },\r\n    \"actions\":[\r\n        {\r\n            \"type\":\"OUTPUT\",\r\n            \"port\": 15\r\n        }\r\n    ]\r\n }\r\n","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/modify","description":"<p>Modifies all matching flows by replacing the instruction set (actions) with the dictionary specified in the body request. Possible options:</p>\n<ul>\n<li><code>dpid</code> (Mandatory) The datapath ID (int)</li>\n<li><code>cookie</code>: (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>cookie_mask</code> (Mandatory, if cookie is specified) (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>table_id</code>: Specifies the table that the flow is located Defaults to <code>0</code>.</li>\n<li><code>idle_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>hard_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>priority</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>flags</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>match</code> (Explained in the description of the command <em>Add a custom flow</em>). If not specified, then the match field is wildcarded.</li>\n<li><code>actions</code> (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>[]</code> (which is interpreted as <code>DROP</code> action).</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","modify"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"1739d173-cf2c-4fff-85fc-b657f663e8de"},{"name":"Modify specific flow","id":"51cbad2c-cad4-454c-90e3-31a122cc42b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": 2876467493016320,\r\n    \"cookie\": 0,\r\n    \"cookie_mask\": 0,\r\n    \"table_id\": 100,\r\n    \"idle_timeout\": 0,\r\n    \"hard_timeout\": 0,\r\n    \"priority\": 15,\r\n    \"flags\": 0,\r\n    \"match\":{\r\n        \"eth_type\":2048,\r\n        \"ipv4_src\":\"10.0.0.1\"\r\n    },\r\n    \"actions\":[\r\n        {\r\n            \"type\":\"OUTPUT\",\r\n            \"port\": 8\r\n        }\r\n    ]\r\n }\r\n","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/flowentry/modify_strict","description":"<p>Modifies the flow that strictly matches the criteria by replacing the instruction set (actions) with the dictionary specified in the body request. Possible options:</p>\n<ul>\n<li><code>dpid</code> (Mandatory) The datapath ID (int)</li>\n<li><code>cookie</code>: (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>cookie_mask</code> (Mandatory, if cookie is specified) (Explained in the description of the command <code>Add a custom flow</code>). Defaults to <code>0</code>.</li>\n<li><code>table_id</code>: Specifies the table that the flow is located Defaults to <code>0</code>.</li>\n<li><code>idle_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>hard_timeout</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>priority</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>flags</code>: (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>0</code>.</li>\n<li><code>match</code> (Explained in the description of the command <em>Add a custom flow</em>). If not specified, then the match field is wildcarded.</li>\n<li><code>actions</code> (Explained in the description of the command <em>Add a custom flow</em>). Defaults to <code>[]</code> (which is interpreted as <code>DROP</code> action).</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","flowentry","modify_strict"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"51cbad2c-cad4-454c-90e3-31a122cc42b9"},{"name":"Delete group","id":"bcd4714d-cc29-4136-bcaa-e6f4d640fbe2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dpid\": \"2876467493016320\",\r\n    \"group_id\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sdn.trsc-ppc.gr:10443/stats/groupentry/delete","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["stats","groupentry","delete"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcd4714d-cc29-4136-bcaa-e6f4d640fbe2"}],"id":"3e03955f-b1ac-416d-869d-7eaf70c12f64","_postman_id":"3e03955f-b1ac-416d-869d-7eaf70c12f64","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}},{"name":"HaaS","item":[{"name":"HaaS - Get all redirection rules","id":"e95ee06c-ddf4-4c97-b090-95dd6da12d2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"e95ee06c-ddf4-4c97-b090-95dd6da12d2a"},{"name":"HaaS - Add a redirection rule","id":"147fdca7-211f-4a18-81f3-7d8791cce992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"147fdca7-211f-4a18-81f3-7d8791cce992"}],"id":"08b7a074-1989-4678-a7a5-2e7a59501588","_postman_id":"08b7a074-1989-4678-a7a5-2e7a59501588","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}}],"id":"eb0617bd-545f-4514-b90c-af26d415717b","description":"<p>The <code>ofctl_rest</code> API is provided by the Ryu SDN controller to retrieve information and update configuration of SDN switches, utilising OpenFlow protocols. In particular, any command of this REST API is translated to a corresponding OpenFlow command by the REST service and then is instructed to the relevant SDN switch.</p>\n","event":[{"listen":"prerequest","script":{"id":"7c221719-2540-4b80-9aae-6d7dc601736b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d860a81-2d20-4428-ac99-b7a716bbe170","type":"text/javascript","exec":[""]}}],"_postman_id":"eb0617bd-545f-4514-b90c-af26d415717b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}},{"name":"SCS","item":[{"name":"Get all switches","id":"e3c3fbfe-02a4-4c78-9791-9f02cf32a45c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v1/ls/master","description":"<p>Retrieves all SDN switches discovered by the connected SDN-Cs. To retrieve the datapath IDs, look into the <code>childrens</code> list.</p>\n","urlObject":{"protocol":"https","port":"8889","path":["v1","ls","master"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"1e630c46-c76d-4523-8e31-c06108763c8f","name":"Get all switches","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v1/ls/master"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Date","value":"Wed, 17 Feb 2021 01:33:51 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"268"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"childrens\":[\"2876467493016320\",\"2876467493531616\"],\"path\":\"/master\",\"state\":\"OK\",\"error\":\"\",\"zkstat\":{\"Czxid\":4,\"Mzxid\":4,\"Ctime\":1608130448909,\"Mtime\":1608130448909,\"Version\":0,\"Cversion\":2,\"Aversion\":0,\"EphemeralOwner\":0,\"DataLength\":0,\"NumChildren\":2,\"Pzxid\":27}}"}],"_postman_id":"e3c3fbfe-02a4-4c78-9791-9f02cf32a45c"},{"name":"Get the SDN-Cs of a specific SDN switch","id":"7ff588fe-bd97-40ce-a5ba-700f2022fa1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v1/ls/master/2876467493531616","description":"<p>Retrieves all SDN-Cs connected to the SDN switch, specified by its datapath ID at the end of the URL. All SDN-Cs are included in the <code>childrens</code> list. To extract the znode that represents the master SDN-C, the consumer needs to split each znode name based on the <code>__</code> character and take the smallest value. In the example provided, the master SDN-C is represented by the <code>991038f3f3c54b268279603ccd9c2d27__lock__0000000204</code> znode.</p>\n","urlObject":{"protocol":"https","port":"8889","path":["v1","ls","master","2876467493531616"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"f9871404-531c-499e-8147-f9817512639e","name":"Get the SDN-Cs of a specific SDN switch","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v1/ls/master/2876467493531616"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Date","value":"Wed, 17 Feb 2021 01:59:32 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"410"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"childrens\":[\"42598b94fd2d48cc8b181722398e6a53__lock__0000000206\",\"8c3cb2bfc45a4bbaa5996b68fd342c8e__lock__0000000205\",\"991038f3f3c54b268279603ccd9c2d27__lock__0000000204\"],\"path\":\"/master/2876467493531616\",\"state\":\"OK\",\"error\":\"\",\"zkstat\":{\"Czxid\":6,\"Mzxid\":6,\"Ctime\":1608130448923,\"Mtime\":1608130448923,\"Version\":0,\"Cversion\":411,\"Aversion\":0,\"EphemeralOwner\":0,\"DataLength\":0,\"NumChildren\":3,\"Pzxid\":1773}}"}],"_postman_id":"7ff588fe-bd97-40ce-a5ba-700f2022fa1b"},{"name":"Get the name of an SDN-C znode","id":"59b98a9a-289c-4837-a4ae-5cbe2e5d7ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v2/master/2876467493531616/991038f3f3c54b268279603ccd9c2d27__lock__0000000204","description":"<p>Retrieves the data (<code>data</code> field) of the znode specified at the end of the URL (aka the full identity of the SDN-C, including IP, OpenFlow port and NBI port in the form: 192.168.1.1:6633:8080).</p>\n<p>Note that the <code>data</code> field is returned in base64 format, therefore, should be converted to UTF-8 by the consumer.</p>\n","urlObject":{"protocol":"https","port":"8889","path":["v2","master","2876467493531616","991038f3f3c54b268279603ccd9c2d27__lock__0000000204"],"host":["sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"957de2f0-8381-4208-b376-4731387426da","name":"Get the name of an SDN-C znode","originalRequest":{"method":"GET","header":[],"url":"https://sdn.trsc-ppc.gr:8889/v2/master/2876467493531616/991038f3f3c54b268279603ccd9c2d27__lock__0000000204"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.19.0"},{"key":"Date","value":"Wed, 17 Feb 2021 02:14:12 GMT"},{"key":"Content-Type","value":"text/plain; charset=utf-8"},{"key":"Content-Length","value":"170"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\"path\":\"/master/2876467493531616/991038f3f3c54b268279603ccd9c2d27__lock__0000000204\",\"state\":\"OK\",\"error\":\"\",\"zkstat\":null,\"data\":\"MTkyLjE2OC44Ni4yNDA6MTY2MzM6MTA0NDM=\"}"}],"_postman_id":"59b98a9a-289c-4837-a4ae-5cbe2e5d7ad3"}],"id":"c08355c4-b7d0-4797-8732-3e7637632d2a","description":"<p>The SCS folder gathers the API endpoints for the interaction with ZooREST, the REST server provided by SCS.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"dc7cf95f-906e-42ef-901c-3a89a93e1c47","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6af717f3-909b-4725-8fbd-528efb442651","type":"text/javascript","exec":[""]}}],"_postman_id":"c08355c4-b7d0-4797-8732-3e7637632d2a"},{"name":"HaaS","item":[{"name":"HaaS - Add Redirection to Honeypot","id":"2970ae99-dfbb-45ef-b692-2fac20a00209","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"victim_ip\": \"10.250.100.70\",\r\n    \"attacker_ip\": \"192.168.21.225\",\r\n    \"datapath_id\": 2876467493016320\r\n}","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection/add/","description":"<p>Returns a list with the IDs of all datapaths connected to the SDN controller in decimal form. <em>This command will not be necessary since the the REST API with SCS should be used instead.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["haas","redirection","add",""],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"9f84aa3d-8b63-47c5-b586-6ee50c15d6d4","name":"HaaS - Add Redirection to Honeypot","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"victim_ip\": \"10.250.100.32\",\r\n    \"attacker_ip\": \"10.250.100.242\",\r\n    \"datapath_id\": \"2876467493016320\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection/add/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 07 Aug 2023 09:40:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"redirection_id\": \"64d0bc03482920f79efe3d7d\"\n}"}],"_postman_id":"2970ae99-dfbb-45ef-b692-2fac20a00209"},{"name":"HaaS - Get all Redirections","id":"e361f00b-1f44-484b-aae7-1edff85256d5","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection","description":"<p>Returns a list with the IDs of all datapaths connected to the SDN controller in decimal form. <em>This command will not be necessary since the the REST API with SCS should be used instead.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["haas","redirection"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"7a1ca0e0-31ae-4391-9d84-5c091232b02b","name":"HaaS - Get all Redirections","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 07 Aug 2023 09:40:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"64d0bc03482920f79efe3d7d\",\n        \"victim_ip\": \"10.250.100.32\",\n        \"attacker_ip\": \"10.250.100.242\",\n        \"datapath_id\": \"2876467493016320\"\n    }\n]"}],"_postman_id":"e361f00b-1f44-484b-aae7-1edff85256d5"},{"name":"HaaS - Delete a specific Redirection","id":"d04329cc-4acc-4cd7-967b-7a67f6b08c0d","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"victim_ip\": \"10.250.100.32\",\r\n    \"attacker_ip\": \"10.250.100.242\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection/delete/64d0bf9b702f88f0b1840b6b","description":"<p>Returns a list with the IDs of all datapaths connected to the SDN controller in decimal form. <em>This command will not be necessary since the the REST API with SCS should be used instead.</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}},"urlObject":{"protocol":"https","port":"10443","path":["haas","redirection","delete","64d0bf9b702f88f0b1840b6b"],"host":["electron-sdn","trsc-ppc","gr"],"query":[],"variable":[]}},"response":[{"id":"bf98176b-45db-480e-aade-fdd883310f34","name":"HaaS - Delete a specific Redirection","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"victim_ip\": \"10.250.100.32\",\r\n    \"attacker_ip\": \"10.250.100.242\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://electron-sdn.trsc-ppc.gr:10443/haas/redirection/delete/64d0bf9b702f88f0b1840b6b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Date","value":"Mon, 07 Aug 2023 09:55:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"delete_count\": 1\n}"}],"_postman_id":"d04329cc-4acc-4cd7-967b-7a67f6b08c0d"}],"id":"8ec2f08e-6355-40e3-953a-02339ac8276a","_postman_id":"8ec2f08e-6355-40e3-953a-02339ac8276a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","id":"d9c19a88-0f46-4a56-906a-4acb00b51a1d","name":"UOWM SDN Controller","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"id":"1e140958-b396-4334-9340-93b7dd5ee81f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"92ec5876-72dd-4d05-9df4-685292c57af8","type":"text/javascript","exec":[""]}}]}