Removing deprecated DMAAP library
[policy/drools-pdp.git] / policy-management / src / test / resources / org / onap / policy / drools / system / PolicyEngineTestConfig.json
1 {
2     "alive": false,
3     "locked": false,
4     "sources": [],
5     "sinks": [],
6     "httpServers": [
7         {
8             "name": "TELEMETRY",
9             "host": "localhost",
10             "port": 9698,
11             "sniHostCheck": false,
12             "user": null,
13             "alive": false,
14             "prometheus": false
15         }
16     ],
17     "clusterName": "0",
18     "hostName": "foo",
19     "pdpName": "foo.0",
20     "features": [],
21     "controllers": [],
22     "stats": {
23         "groupStat": {
24             "averageExecutionTime": 0.0,
25             "birthTime": 0,
26             "lastExecutionTime": 0,
27             "lastStart": 0,
28             "policyExecutedCount": 0,
29             "policyExecutedFailCount": 0,
30             "policyExecutedSuccessCount": 0,
31             "totalElapsedTime": 0.0
32         },
33         "subgroupStats": {}
34     }
35 }