API Reference

AggregatedTraffic

With this operation, it is possible to retrieve traffic aggregated on Total, APN, SMSC Account, CountryCode, Operator, or Opco per current day. The traffic can be filtered to a specific customer.

IMPORTANT! This SOAP API will be deprecated.

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>
<customerNo>00000001</customerNo>
<aggregateOn>countrycode</aggregateOn>
</view:Query>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryResponse
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>
</env:Body>
</env:Envelope>