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

Knowledge Center > Developer Documentation 
ipm7Config :: ProfileListDesc

ProfileListDesc retrieves the ID, name and type of all the existing alerting Profile objects.

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

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

  • cfgItem[]
    ProfileListDesc returns an array of cfgItem structures which describe all the alerting Profile objects that exist.

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/ProfileListDesc" <?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> <ProfileListDesc xmlns="http://schemas.ipmonitor.com/ipm70/" /> </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> <ProfileListDescResponse xmlns="http://schemas.ipmonitor.com/ipm70/"> <ProfileListDescResult> <cfgItem> <ID>long</ID> <name>string</name> <type>long</type> <typedesc>string</typedesc> </cfgItem> <cfgItem> <ID>long</ID> <name>string</name> <type>long</type> <typedesc>string</typedesc> </cfgItem> </ProfileListDescResult> </ProfileListDescResponse> </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.