Welcome: Guest | Sign-In
NOTE: This site is no longer maintained. Upgrade to ipMonitor v9 here.

NOTE: This site is no longer maintained. Upgrade to ipMonitor v9 here.
Watch a 4-minute movie about ipMonitor v9!
Knowledge Center > Developer Documentation 
ipm7Config :: ReportListMonitors

ReportListMonitors returns an array of IDs of all the Monitors that are included in a Report object.

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

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

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/ReportListMonitors" <?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> <ReportListMonitors xmlns="http://schemas.ipmonitor.com/ipm70/"> <report_id>long</report_id> </ReportListMonitors> </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> <ReportListMonitorsResponse xmlns="http://schemas.ipmonitor.com/ipm70/"> <ReportListMonitorsResult> <long>long</long> <long>long</long> </ReportListMonitorsResult> </ReportListMonitorsResponse> </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.