blob: 76b088112e6be1dbd5001b036e29b1ddb6e1c4c4 [file] [log] [blame]
Suchitra Vemurib73ec6f2018-05-10 13:34:00 -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-304",
11 "c_tag": 888,
12 "olt_device": "volt-1",
13 "olt_port": "volt-port-1"
14 },
15 {
16 "cdn_enable": false,
17 "uplink_speed": 500000000,
18 "downlink_speed": 500000000,
19 "enable_uverse": false,
20 "status": "enabled",
21 "service_specific_id": "305",
22 "name": "My House-305",
23 "c_tag": 999,
24 "olt_device": "volt-2",
25 "olt_port": "volt-port-2",
26 "mac_address" : "00:AA:00:00:00:01",
27 "ip_address" : "10.8.1.1"
28 },
29 {
30 "cdn_enable": true,
31 "uplink_speed": 500000000,
32 "service_specific_id": "306",
33 "name": "My House-306",
34 "c_tag": 661,
35 "olt_device": "volt-3",
36 "olt_port": "volt-port-3"
37 }
38 ]
39}