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 
ipm7Status :: GetMonitors

GetMonitors returns the status of the members and dependent Monitors of a specific Group.

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

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

SOAP / HTTP Details (Invoke):

POST /soap/status.asmx HTTP/1.1 Host: youripm7addr Content-Type: text/xml Content-Length: length SOAPAction: "http://schemas.ipmonitor.com/ipm70/GetMonitors" <?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> <GetMonitors xmlns="http://schemas.ipmonitor.com/ipm70/"> <groupid>long</groupid> <bTroubleOnly>boolean</bTroubleOnly> </GetMonitors> </soap:Body> </soap:Envelope>

SOAP / HTTP Details (Return):

HTTP/1.1 200 OK Content-Type: text/xml 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> <GetMonitorsResponse xmlns="http://schemas.ipmonitor.com/ipm70/"> <GetMonitorsResult> <rtMonitor> <ID>long</ID> <status>up or warn or down or lost or suspended or disabled or Maintenance or uninitialized or unknown</status> <name>string</name> <type>string</type> <isdepend>boolean</isdepend> <ismember>boolean</ismember> </rtMonitor> <rtMonitor> <ID>long</ID> <status>up or warn or down or lost or suspended or disabled or Maintenance or uninitialized or unknown</status> <name>string</name> <type>string</type> <isdepend>boolean</isdepend> <ismember>boolean</ismember> </rtMonitor> </GetMonitorsResult> </GetMonitorsResponse> </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.