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

Knowledge Center > Developer Documentation 
ipm7Config :: ReportAddMonitors

ReportAddMonitors adds Monitors to a Report.

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

  • long report_id
    ID of Report to which the Monitors will be added.
  • long [] monitor_ids
    Array of Monitor IDs to add to the Report.

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

  • boolean
    ReportAddMonitors will return true if the function succeeds, otherwise it will return false.

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/ReportAddMonitors" <?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> <ReportAddMonitors xmlns="http://schemas.ipmonitor.com/ipm70/"> <report_id>long</report_id> <monitor_ids> <long>long</long> <long>long</long> </monitor_ids> </ReportAddMonitors> </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> <ReportAddMonitorsResponse xmlns="http://schemas.ipmonitor.com/ipm70/"> <ReportAddMonitorsResult>boolean</ReportAddMonitorsResult> </ReportAddMonitorsResponse> </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.