Add verigraph documentation
[parser.git] / verigraph / examples / verigraph-req3-success.json
1 {
2    "nodes":[
3       {
4          "neighbours":[
5             {
6                "name":"webserver1"
7             },
8             {
9                "name":"nat"
10             }
11          ],
12          "configuration":[
13             {
14                "ip_host1":"webserver1"
15             }
16          ],
17          "name":"fw",
18          "functional_type":"firewall"
19       },
20       {
21          "neighbours":[
22             {
23                "name":"host3"
24             },
25             {
26                "name":"fw"
27             }
28          ],
29          "name":"webserver1",
30          "functional_type":"webserver"
31       },
32       {
33          "neighbours":[
34             {
35                "name":"host1"
36             },
37             {
38                "name":"dpi"
39             },
40             {
41                "name":"fw"
42             }
43          ],
44          "configuration":[
45             "host1",
46             "host2"
47          ],
48          "name":"nat",
49          "functional_type":"nat"
50       },
51       {
52          "neighbours":[
53             {
54                "name":"host2"
55             }
56          ],
57          "configuration":[
58             "sex"
59          ],
60          "name":"dpi",
61          "functional_type":"dpi"
62       },
63       {
64          "neighbours":[
65             {
66                "name":"nat"
67             }
68          ],
69          "configuration":[
70             {
71                "url":"www.facebook.com",
72                "body":"candy",
73                "destination":"webserver1",
74                "protocol":"HTTP_REQUEST"
75             }
76          ],
77          "name":"host2",
78          "functional_type":"endhost"
79       },
80       {
81          "neighbours":[
82             {
83                "name":"nat"
84             }
85          ],
86          "configuration":[
87             {
88                "url":"www.facebook.com",
89                "body":"cats",
90                "destination":"webserver1",
91                "protocol":"HTTP_REQUEST"
92             }
93          ],
94          "name":"host1",
95          "functional_type":"endhost"
96       },
97       {
98          "neighbours":[
99             {
100                "name":"webserver1"
101             }
102          ],
103          "configuration":[
104             {
105                "url":"www.facebook.com",
106                "body":"cats",
107                "destination":"webserver1",
108                "protocol":"HTTP_REQUEST"
109             }
110          ],
111          "name":"host3",
112          "functional_type":"endhost"
113       }
114    ]
115 }