{
   "nodes":[
      {
         "neighbours":[
            {
               "name":"webserver1"
            },
            {
               "name":"nat"
            }
         ],
         "configuration":[
            {
               "webserver1":"nat"
            }
         ],
         "name":"fw",
         "functional_type":"firewall"
      },
      {
         "neighbours":[
            {
               "name":"host3"
            },
            {
               "name":"fw"
            }
         ],
         "name":"webserver1",
         "functional_type":"webserver"
      },
      {
         "neighbours":[
            {
               "name":"host1"
            },
            {
               "name":"dpi"
            },
            {
               "name":"fw"
            }
         ],
         "configuration":[
            "host1",
            "host2"
         ],
         "name":"nat",
         "functional_type":"nat"
      },
      {
         "neighbours":[
            {
               "name":"host2"
            }
         ],
         "configuration":[
            "sex"
         ],
         "name":"dpi",
         "functional_type":"dpi"
      },
      {
         "neighbours":[
            {
               "name":"nat"
            }
         ],
         "configuration":[
            {
               "url":"www.facebook.com",
               "body":"sex",
               "destination":"webserver1",
               "protocol":"HTTP_REQUEST"
            }
         ],
         "name":"host2",
         "functional_type":"endhost"
      },
      {
         "neighbours":[
            {
               "name":"nat"
            }
         ],
         "configuration":[
            {
               "url":"www.facebook.com",
               "body":"cats",
               "destination":"webserver1",
               "protocol":"HTTP_REQUEST"
            }
         ],
         "name":"host1",
         "functional_type":"endhost"
      },
      {
         "neighbours":[
            {
               "name":"webserver1"
            }
         ],
         "configuration":[
            {
               "url":"www.facebook.com",
               "body":"cats",
               "destination":"webserver1",
               "protocol":"HTTP_REQUEST"
            }
         ],
         "name":"host3",
         "functional_type":"endhost"
      }
   ]
}