Hello all,
I am using PRTG API to get all the Sensors With Alarms. I am calling it from my PHP application via AJAX.
https://MYSERVER/api/table.xml?id=0&filter_status=13&username=username&passhash=00000000
I am getting following response
status : OK Error Text Status : parsererror Error Thrown : Error: Invalid XML: <?xml version="1.0" encoding="UTF-8"?> < totalcount="1" listend="1"> <prtg-version>20.1.55.1775</prtg-version> <item> <group>Network Access Storage (NAS)</group> <device>nvnas01</device> <sensor>Disk Free: /volume2</sensor> <status>Down (Acknowledged) </status> <status_raw>13</status_raw> </item> </>
Can someone please help.
Thanks
Add comment