Update to new tcagen2 policy type
[integration/csit.git] / tests / policy / pap / data / create.group.request.json
1 {
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.tcagen2",
17                             "version": "1.0.0"
18                         }
19                     ],
20                     "policies": []
21                 },
22                 {
23                     "pdpType": "pdpTypeB",
24                     "desiredInstanceCount": 1,
25                     "properties": {},
26                     "supportedPolicyTypes": [
27                         {
28                             "name": "onap.policies.monitoring.tcagen2",
29                             "version": "1.0.0"
30                         }
31                     ],
32                     "policies": []
33                 }
34             ]
35         }
36     ]
37 }