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