blob: a4ed8758ae12ac79116240cbe6d3cd16e8d36656 [file] [log] [blame]
Suchitra Vemuri465d46a2018-03-02 00:04:47 -08001{
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-304",
11 "s_tag": 401,
12 "c_tag": 101
13 },
14 {
15 "cdn_enable": false,
16 "uplink_speed": 500000000,
17 "downlink_speed": 500000000,
18 "enable_uverse": false,
19 "status": "enabled",
20 "service_specific_id": "305",
21 "name": "My House-305",
22 "s_tag": 505,
23 "c_tag": 202
24 },
25 {
26 "cdn_enable": true,
27 "uplink_speed": 500000000,
28 "service_specific_id": "306",
29 "name": "My House-306",
30 "s_tag": 606,
31 "c_tag": 303
32 }
33 ]
34}