Remove version from PdpGroup
[policy/models.git] / models-pdp / src / test / resources / testdata / PdpGroups0.json
1 {
2     "groups": [
3         {
4             "name": "PdpGroup0",
5             "description": "group description",
6             "pdpGroupState": "PASSIVE",
7             "properties": {
8                 "groupProperty0": "Value of Group Property 0"
9             },
10             "pdpSubgroups": [
11                 {
12                     "pdpType": "APEX",
13                     "supportedPolicyTypes": [
14                         {
15                             "name": "policy.type.0",
16                             "version": "1.2.3"
17                         }
18                     ],
19                     "policies": [
20                         {
21                             "name": "Policy0",
22                             "version": "4.5.6"
23                         }
24                     ],
25                     "currentInstanceCount": 123,
26                     "desiredInstanceCount": 456,
27                     "properties": {
28                         "subgroupProperty0": "Value of sub Group Property 0"
29                     },
30                     "pdpInstances": [
31                         {
32                             "instanceId": "apex-0",
33                             "pdpState": "ACTIVE",
34                             "healthy": "NOT_HEALTHY",
35                             "message": "message from PDP"
36                         }
37                     ]
38                 }
39             ]
40         }
41     ]
42 }