aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/org/onap/policy/drools/system/PolicyEngineManagerTest.json
blob: d2d2075e4286bb761e6c7878c1d4a47f80084105 (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,
    "controllers": [
        "controller-a",
        "controller-b"
    ],
    "features": [
        "feature-a",
        "feature-b"
    ],
    "httpServers": [
        { "port": 1001 },
        { "port": 1002 }
    ],
    "locked": false,
    "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":{}
    }
}