Add SNI support to PF
[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             "aaf": false,
15             "prometheus": false
16         }
17     ],
18     "clusterName": "0",
19     "hostName": "foo",
20     "pdpName": "foo.0",
21     "features": [],
22     "controllers": [],
23     "stats": {
24         "groupStat": {
25             "averageExecutionTime": 0.0,
26             "birthTime": 0,
27             "lastExecutionTime": 0,
28             "lastStart": 0,
29             "policyExecutedCount": 0,
30             "policyExecutedFailCount": 0,
31             "policyExecutedSuccessCount": 0,
32             "totalElapsedTime": 0.0
33         },
34         "subgroupStats": {}
35     }
36 }