Skip navigation

API Reference

QueryTriggerAlarmsSummary

With this operation, it is possible to retrieve a list of short description summaries and alarm counts.

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/TriggerAlarms?WSDL

EXAMPLE OF API REQUEST:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ⇒
xmlns:trig="http://api.dcp.ericsson.net/TriggerAlarms">
<soapenv:Header/>
<soapenv:Body>
<trig:QueryTriggerAlarmsSummary>
<customerNo>00000001</customerNo>
<alarmFilter>actionTriggers</alarmFilter>
</trig:QueryTriggerAlarmsSummary>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:QueryTriggerAlarmsSummaryResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/TriggerAlarms">
<alarmsSummaries>
<alarmsSummary>
<triggerId>11</triggerId>
<description>SMS MO under run per timeframe</description>
<count>1</count>
<latest>2011-12-14T12:52:32.811Z</latest>
</alarmsSummary>
<alarmsSummary>
<triggerId>9</triggerId>
<description>GPRS DL under run per timeframe</description>
<count>2</count>
<latest>2011-12-15T12:52:32.811Z</latest>
</alarmsSummary>
</alarmsSummaries>
</ns2:QueryTriggerAlarmsSummaryResponse>
</env:Body>
</env:Envelope>