API Reference

ClearAlarmStatus

With this operation, it is possible to set the status of one or more alarms to be cleared.

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:ClearAlarmStatus>
<customerNo>00000001</customerNo>
<alarmId>1234</alarmId>
<alarmId>1235</alarmId>
</trig:ClearAlarmStatus>
</soapenv:Body>
</soapenv:Envelope>
EXAMPLE OF API RESPONSE:
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<ns2:ClearAlarmStatusResponse ⇒
xmlns:ns2="http://api.dcp.ericsson.net/TriggerAlarms">Success
</ns2:ClearAlarmStatusResponse>
</env:Body>
</env:Envelope>