Test gson in policy-management
[policy/drools-pdp.git] / policy-management / src / test / resources / org / onap / policy / drools / system / PolicyEngineManagerTest.json
1 {
2     "alive": false,
3     "controllers": [
4         "controller-a",
5         "controller-b"
6     ],
7     "features": [
8         "feature-a",
9         "feature-b"
10     ],
11     "httpServers": [
12         { "port": 1001 },
13         { "port": 1002 }
14     ],
15     "locked": false,
16     "sinks": [
17         { "name": "sink1-topic" },
18         { "name": "sink2-topic" }
19     ],
20     "sources": [
21         { "name": "source1-topic" },
22         { "name": "source2-topic" }
23     ]
24 }