blob: 01e140cd8fb661445481aef60e7c69906639f0c7 [file] [log] [blame]
liamfallon8054d6d2019-04-02 23:32:32 +00001{
2 "groups": [
3 {
4 "name": "PdpGroup0",
liamfallon8054d6d2019-04-02 23:32:32 +00005 "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}