blob: d73e7a2811e76f755604a60cf854db517878e95d [file] [log] [blame]
Suchitra.Vemuri85220062016-10-25 10:44:11 -07001{
2 "SubscriberInfo" : [
3 {
4 "features": {
5 "uplink_speed": 2000000000,
6 "downlink_speed": 2000000000
7 },
8 "identity": {
9 "account_num": "20",
10 "name": "My House - edited"
11 }
12 },
13 {
14 "features": {
15 "cdn": true,
16 "downlink_speed": 100000000,
17 "status": "enabled"
18 },
19 "identity": {
20 "account_num": "21",
21 "name": "My House2 - Edited"
22 }
23 },
24 {
25 "features": {
26 "cdn": false
27 },
28 "identity": {
29 "account_num": "22",
30 "name": "My House3 - Edited"
31 }
32 }
33 ]
34}