I am writing a .NET application to perform various tasks after a server has been provisioned, and would like to integrate it with ipMonitor.
How do I go about gaining access to the SOAP requests built into the application?
Thanks
Kapcreations,
As per the SOAP documentation, you'll want to use the following:
For Status information: http://[ipMonitorAddress]/soap/status.asmx
For Configuration information: http://[ipMonitorAddress]/soap/config.asmx
Sincerely,
Chris Foley - SolarWinds - Support SpecialistSupport: 866.530.8040 | Fax: 512.857.0125network management simplified | solarwinds.com
Hi,
You can find some documentation here: https://support.ipmonitor.com/devdocs.aspx
HTH,
Yann
yes, I have seen the API documentation, but I can't seem to figure out what the URL for the web serivces is on my instance of ipMonitor. Is it a separate download and config?
namely, how do I manually navigate to the ipm7config directory within my browser so I can see the .asmx files? I can't seem to find them on my machine.