External Web Service for Current Errors and All Servers report

Viewed 0

I see that there is an API to call for many items but I do not see one that calls for Current Errors or the All servers report. Is there a way to call the two that I have mentioned above. This is what I am referring to: https://www.poweradmin.com/help/sm_5_7/config_api.aspx

1 Answers

Hi

The only API tool that is available and can get server status is GET_MONITOR_INFO. It will return the current "status" and "errText".

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

Is that for an individual monitor or for all? We would like to call a report that will show all alerts or errors.... is that possible or will it be possible?

Each monitor will be listed with it's information. Here is a smaple:

<monitor id="13" status="OK" depends_on="" title="Check Free Disk Space" lastrun="16-10-2010 5:54:10" nextrun="16-10-2010 11:54:10" errtext="" erroractionids="1,3,8" fixedactionids=""/>
Related