blob: d5e81a1c3e3b439490c1eadf2582f49ee5ebf99f [file] [log] [blame]
Suchitra Vemurif7410a92017-05-16 17:04:05 -07001{
2 "SubscriberInfo" : [
3 {
4 "cdn_enable": true,
5 "uplink_speed": 1000000000,
6 "downlink_speed": 1000000000,
7 "enable_uverse": true,
8 "status": "enabled",
9 "service_specific_id": "304",
10 "name": "My House"
11 },
12 {
13 "cdn_enable": false,
14 "uplink_speed": 500000000,
15 "downlink_speed": 500000000,
16 "enable_uverse": false,
17 "status": "enabled",
18 "service_specific_id": "305",
19 "name": "My House-305"
20 },
21 {
22 "cdn_enable": true,
23 "uplink_speed": 500000000,
24 "service_specific_id": "306",
25 "name": "My House-306"
26 }
27 ]
28}