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