waynedunican | 6ad6982 | 2022-06-03 09:07:59 +0100 | [diff] [blame] | 1 | { |
| 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 | } |