blob: bd5c2868df0e219f44bc1f3ed13fae5e6b6b8e80 [file] [log] [blame]
waynedunican6ad69822022-06-03 09:07:59 +01001{
2 "groups": [
3 {
4 "name": "defaultGroup",
5 "version": "1.0.0",
6 "description": "The default group that registers all supported policy types and pdps.",
7 "pdpGroupState": "ACTIVE",
8 "pdpSubgroups": [
9 {
10 "pdpType": "apex",
11 "supportedPolicyTypes": [
12 {
13 "name": "onap.policies.controlloop.operational.common.Apex",
14 "version": "1.0.0"
15 },
16 {
17 "name": "onap.policies.native.Apex",
18 "version": "1.0.0"
19 }
20 ],
21 "currentInstanceCount": 0,
22 "desiredInstanceCount": 1,
23 "policies": []
24 }
25 ]
26 }
27 ]
28}