aboutsummaryrefslogtreecommitdiffstats
path: root/models-pdp/src/test/resources/testdata/PdpGroupsNoPDPs.json
blob: e37b6c5a69228b10ab8b2ed5339a2355e3a67dcc (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
{
    "groups": [
        {
            "name": "TestPdpGroup",
            "version": "1.2.3",
            "description": "group description",
            "pdpGroupState": "ACTIVE",
            "properties": {
                "groupProperty0": "Value of Group Property 0"
            },
            "pdpSubgroups": [
                {
                    "pdpType": "APEX",
                    "supportedPolicyTypes": [
                        {
                            "name": "onap.policies.controlloop.Operational",
                            "version": "1.0.0"
                        }
                    ],
                    "policies": [
                        {
                            "name": "onap.policies.controlloop.Operational.apex.sampledomain",
                            "version": "1.0.0"
                        }
                    ],
                    "currentInstanceCount": 0,
                    "desiredInstanceCount": 5,
                    "properties": {
                        "subgroupProperty0": "Value of sub Group Property 0"
                    }
                }
            ]
        }
    ]
}