Exclude the domain package from the jacoco
[aai/aai-common.git] / aai-core / src / test / resources / org / openecomp / aai / serialization / queryformats / simple-format.json
1 {
2         "results" : [{
3                 "id" : "0",
4                 "node-type" : "generic-vnf",
5                 "url" : "urimissing",
6                 "properties" : {
7                         "vnf-name" : "myVnf"
8                 },
9                 "related-to" : [{
10                         "node-type" : "vserver",
11                         "id" : "1",
12                         "url" : "urimissing"
13                 }]
14         } , {
15                 "id" : "1",
16                 "node-type" : "vserver",
17                 "url" : "urimissing",
18                 "properties" : {
19                         "vserver-name" : "myVserver"
20                 },
21                 "related-to" : [{
22                         "node-type" : "generic-vnf",
23                         "id" : "0",
24                         "url" : "urimissing"
25                 },{
26                         "node-type" : "pserver",        
27                         "id" : "2",
28                         "url" : "/pservers/pserver/key1"
29                 }]
30         },{
31                 "id" : "2",
32                 "node-type" : "pserver",
33                 "url" : "/pservers/pserver/key1",
34                 "properties" : {
35                         "hostname" : "myPserver"
36                 },
37                 "related-to" : [{
38                         "node-type" : "vserver",
39                         "id" : "1",
40                         "url" : "urimissing"
41                 }]
42         }]
43 }