blob: d36453ccef30f667d42c3b1071ce24a74f5cfdbb [file] [log] [blame]
Suchitra.Vemuri85220062016-10-25 10:44:11 -07001{
2 "SubscriberInfo" : [
3 {
Suchitra.Vemuri85220062016-10-25 10:44:11 -07004 "features": {
5 "cdn": true,
6 "uplink_speed": 1000000000,
7 "downlink_speed": 1000000000,
8 "uverse": true,
9 "status": "enabled"
10 },
11 "identity": {
12 "account_num": "20",
13 "name": "My House"
14 }
15 },
16 {
Suchitra.Vemuri85220062016-10-25 10:44:11 -070017 "features": {
18 "cdn": false,
19 "uplink_speed": 500000000,
20 "downlink_speed": 500000000,
21 "uverse": false,
22 "status": "enabled"
23 },
24 "identity": {
25 "account_num": "21",
26 "name": "My House"
27 }
28 },
29 {
30 "features": {
31 "cdn": true,
32 "uplink_speed": 500000000
33 },
34 "identity": {
35 "account_num": "22",
36 "name": "My House"
37 }
38 }
39 ]
40}