Knowledge Center > Developer Documentation
ipm7Config :: AlertView
AlertView retrieves an ipMonitor Alert object's settings in xml format.
AlertView(...); Parameters (c#):
- long ID
The ID for the ipMonitor Alert object to be retrieved.
AlertView(...); Return (c#):
- System.Xml.XmlNode Settings
Xml containing the settings for the ipMonitor Alert object.
SOAP / HTTP Details (Invoke):
POST /soap/config.asmx HTTP/1.1
Host: youripm7addr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.ipmonitor.com/ipm70/AlertView"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AlertView xmlns="http://schemas.ipmonitor.com/ipm70/">
<alert_id>long</alert_id>
</AlertView>
</soap:Body>
</soap:Envelope>
SOAP / HTTP Details (Return):
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<AlertViewResponse xmlns="http://schemas.ipmonitor.com/ipm70/">
<AlertViewResult>xml</AlertViewResult>
</AlertViewResponse>
</soap:Body>
</soap:Envelope>
< Back

Last Updated: March 30, 2004 | What did you think of this topic?