API Reference

AggregatedTraffic_v2

With this operation, it is possible to retrieve traffic aggregated on Total, APN, SMSCAccount, CountryCode, Operator, or Opco per current day. The traffic can be filtered to a specific customer if the user has the required permissions.

IMPORTANT! This SOAP API has a REST replacement which we strongly suggest as alternative.
Please use this REST API instead: 

IoT Accelerator REST API

The WSDL is available at the following URL, where the <baseURI> parameter is provided by the operator:

— <baseURI>/dcpapi/AggregatedTraffic?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:view="http://api.dcp.ericsson.net/AggregatedTraffic">
<soapenv:Header/>
<soapenv:Body>
<view:Query_v2>
<customerNo>00000001</customerNo>
<aggregateOn>countrycode</aggregateOn>
</view:Query_v2>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryResponse_v2
xmlns:ns2="http://api.dcp.ericsson.net/AggregatedTraffic">
<aggregatedOn>CountryCode</aggregatedOn>
<traffic>
<numberOfLUs>55</numberOfLUs>
<aggregatedOn>SE</aggregatedOn>
<activePDPContexts>66</activePDPContexts>
<gprs>
<tx>345677</tx>
<lastTx>2013-09-25Z</lastTx>
<rx>23234</rx>
<lastRx>2013-09-25Z</lastRx>
<errorCount>1</errorCount>
<lastError>2013-09-25Z</lastError>
</gprs>
<smsMo>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsMo>
<smsMt>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsMt>
<smsAo>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsAo>
<smsAt>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsAt>
</traffic>
<traffic>
<numberOfLUs>77</numberOfLUs>
<dimension>DE</dimension>
<activePDPContexts>88</activePDPContexts>
<gprs>
<tx>3</tx>
<lastTx>2013-09-25Z</lastTx>
<rx>2</rx>
<lastRx>2013-09-25Z</lastRx>
<errorCount>1</errorCount>
<lastError>2013-09-25Z</lastError>
</gprs>
<smsMo>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsMo>
<smsMt>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsMt>
<smsAo>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsAo>
<smsAt>
<count>1</count>
<lastTimestamp>2013-09-08T11:30:00.000Z</lastTimestamp>
<errorCount>11</errorCount>
<lastErrorTimestamp>2013-09-08T11:30:00.000Z</lastErrorTimestamp>
</smsAt>
</traffic>
</ns2:QueryResponse_v2>
</env:Body>
</env:Envelope>