aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/setup/config/jsonConfigs/papGroups.json
blob: c7fb6f19abdf6409a1f77a4499295b8473aa51e5 (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
{
    "groups": [
        {
            "name": "defaultGroup",
            "version": "1.0.0",
            "description": "The default group that registers all supported policy types and pdps.",
            "pdpGroupState": "ACTIVE",
            "pdpSubgroups": [
                {
                    "pdpType": "apex",
                    "supportedPolicyTypes": [
                        {
                            "name": "onap.policies.controlloop.operational.common.Apex",
                            "version": "1.0.0"
                        },
                        {
                            "name": "onap.policies.native.Apex",
                            "version": "1.0.0"
                        }
                    ],
                    "currentInstanceCount": 1,
                    "desiredInstanceCount": 1,
                    "policies": []
                }
            ]
        }
    ]
}