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