Welcome: Guest
NOTE: This site is no longer maintained. Upgrade to the latest version of ipMonitor »

Knowledge Center > Developer Documentation 
ipm7Config :: AlertEdit

AlertEdit modifies an existing ipMonitor Alert object.

AlertEdit(...); Parameters (c#):

  • System.Xml.XmlNode Settings
    Xml containing the settings for the new Alert. The Alert ID must be included within the xml.

AlertEdit(...); Return (c#):

  • bool
    AlertEdit will return a boolean indicating the Alert object was modified.

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/AlertEdit" <?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> <AlertEdit xmlns="http://schemas.ipmonitor.com/ipm70/"> <Settings>xml</Settings> </AlertEdit> </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> <AlertEditResponse xmlns="http://schemas.ipmonitor.com/ipm70/"> <AlertEditResult>boolean</AlertEditResult> </AlertEditResponse> </soap:Body> </soap:Envelope>

< Back

For information on other features and concepts related to those discussed in this article, refer to the following ipMonitor resources:

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

Privacy Statement | Terms of Use | EULA | Contact | Site Map

Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location. All prices are subject to change without notice.

© 2003-2008 SolarWinds.net, Inc. All Rights Reserved. SolarWinds®, the SolarWinds logo, ipMonitor®, LANsurveyor®, and Orion® are among the trademarks or registered trademarks of the company in the United States and/or other countries. All other trademarks are property of their respective owners.