blob: b0937f7fae891f0ebe9ad0e59d65c49eef97e494 [file] [log] [blame]
Jim Hahn0a594cf2019-04-19 12:47:01 -04001{
2 "groups": [
3 {
4 "name": "create.group.request",
5 "pdpGroupState": "PASSIVE",
6 "properties": {
7 "hello": "world"
8 },
9 "pdpSubgroups": [
10 {
11 "pdpType": "pdpTypeA",
12 "desiredInstanceCount": 2,
13 "properties": {},
14 "supportedPolicyTypes": [
15 {
16 "name": "onap.policies.monitoring.cdap.tca.hi.lo.app",
17 "version": "1.0.0"
18 }
19 ],
20 "policies": [
21 {
22 "name": "onap.restart.tca",
23 "version": "1.0.0"
24 }
25 ]
26 },
27 {
28 "pdpType": "pdpTypeB",
29 "desiredInstanceCount": 1,
30 "properties": {},
31 "supportedPolicyTypes": [
32 {
33 "name": "onap.policies.monitoring.cdap.tca.hi.lo.app",
34 "version": "1.0.0"
35 }
36 ],
37 "policies": []
38 }
39 ]
40 }
41 ]
42}