| { |
| "integration": |
| { |
| "cache": |
| { |
| "maxsize": 50, |
| "ttl": "PT1m" |
| } |
| }, |
| |
| "entries": |
| [ |
| { |
| "id": "1", |
| "nasPortId": "1/1/2", |
| "uplinkPort": 125, |
| "slot": 3, |
| "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| "ipAddress":"10.10.10.10", |
| "nasId":"XXX-NASID", |
| "circuitId":"circuit123", |
| "remoteId":"remote123", |
| "uniTagList": [ |
| { |
| "uniTagMatch":100, |
| "ponCTag":2, |
| "ponSTag":2, |
| "usPonCTagPriority":0, |
| "usPonSTagPriority":1, |
| "dsPonCTagPriority":0, |
| "dsPonSTagPriority":1, |
| "technologyProfileId":64, |
| "upstreamBandwidthProfile":"HSA", |
| "downstreamBandwidthProfile":"HSA", |
| "serviceName":"HSIA" |
| } |
| ] |
| }, |
| |
| { |
| "id": "2", |
| "nasPortId": "1/1/2", |
| "uplinkPort": 129, |
| "slot": 4, |
| "hardwareIdentifier": "aa:bb:cc:dd:ee:ff", |
| "ipAddress":"1.1.1.1", |
| "nasId":"YYY-NASID", |
| "circuitId":"circuit234", |
| "remoteId":"remote234", |
| "uniTagList": [ |
| { |
| "uniTagMatch":100, |
| "ponCTag":2, |
| "ponSTag":2, |
| "usPonCTagPriority":0, |
| "usPonSTagPriority":1, |
| "dsPonCTagPriority":0, |
| "dsPonSTagPriority":1, |
| "technologyProfileId":64, |
| "upstreamBandwidthProfile":"HSA", |
| "downstreamBandwidthProfile":"HSA", |
| "serviceName":"HSIA" |
| }, |
| { |
| "uniTagMatch":200, |
| "ponCTag":2, |
| "ponSTag":3, |
| "usPonCTagPriority":0, |
| "usPonSTagPriority":1, |
| "dsPonCTagPriority": 0, |
| "dsPonSTagPriority": 1, |
| "technologyProfileId":65, |
| "upstreamBandwidthProfile":"IPTV", |
| "downstreamBandwidthProfile":"IPTV", |
| "serviceName":"IPTV", |
| "isIgmpRequired": "true", |
| "isDhcpRequired": "true", |
| "configuredMacAddress": "ff:aa:dd:cc:bb:ee", |
| "enableMacLearning": "true" |
| } |
| ] |
| }, |
| { |
| "id": "5", |
| "nasPortId": "1/1/2", |
| "uplinkPort": 130, |
| "slot": 7, |
| "hardwareIdentifier": "ff:aa:dd:cc:bb:ee", |
| "ipAddress":"30.30.30.30", |
| "nasId":"MNO-NASID", |
| "circuitId":"circuit567", |
| "remoteId":"remote567", |
| "uniTagList": [ |
| { |
| "ponCTag":2, |
| "ponSTag":3, |
| "technologyProfileId":64, |
| "upstreamBandwidthProfile":"HSA", |
| "downstreamBandwidthProfile":"HSA" |
| } |
| ] |
| }, |
| { |
| "id": "6", |
| "nasPortId": "1/1/2", |
| "uplinkPort": 130, |
| "slot": 7, |
| "hardwareIdentifier": "ff:aa:dd:cc:bb:ee", |
| "ipAddress":"30.30.30.30", |
| "nasId":"MNO-NASID", |
| "circuitId":"circuit567", |
| "remoteId":"remote567", |
| "uniTagList": [ |
| { |
| "serviceName": "HSIA", |
| "uniTagMatch": "100", |
| "ponCTag":2, |
| "ponSTag":2, |
| "technologyProfileId":64, |
| "upstreamBandwidthProfile":"HSA", |
| "downstreamBandwidthProfile":"HSA", |
| "upstreamOltBandwidthProfile":"HSA_OLT", |
| "downstreamOltBandwidthProfile":"HSA_OLT", |
| "usPonCTagPriority":0, |
| "usPonSTagPriority":1, |
| "dsPonCTagPriority": 0, |
| "dsPonSTagPriority": 1 |
| } |
| ] |
| } |
| ] |
| } |