aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/org/onap/policy/drools/system/PolicyEngineManagerTest.json
blob: 4c7e1f033428b99518ff92bee1e9c7b5cbd5ba50 (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
37
38
39
{
    "alive": false,
    "controllers": [
        "controller-a",
        "controller-b"
    ],
    "features": [
        "feature-a",
        "feature-b"
    ],
    "httpServers": [
        { "port": 1001 },
        { "port": 1002 }
    ],
    "locked": false,
    "hostName": "foo",
    "clusterName": "bar",
    "pdpName": "foo.bar",
    "sinks": [
        { "name": "sink1-topic" },
        { "name": "sink2-topic" }
    ],
    "sources": [
        { "name": "source1-topic" },
        { "name": "source2-topic" }
    ],
    "stats": {
        "groupStat": {
            "averageExecutionTime":0.0,
            "birthTime": 0,
            "lastExecutionTime":0,
            "lastStart":0,
            "policyExecutedCount":0,
            "policyExecutedFailCount":0,
            "policyExecutedSuccessCount":0,
            "totalElapsedTime": 0.0
        },"subgroupStats":{}
    }
}