I am currently building my own version of the PRTG dashboard for our internal service desk and would like to sort the currently down sensors by downtime (which shows urgency) but the API is restricted.
My current URL is /api/table.json?content=sensors&columns=objid,device,sensor,probe,downtimesince,priority,message&filter_status=5&sortby=downtimesince_raw
The API documentation states "Any column name used in the columns parameter. Note: Log tables with content="messages" are always sorted by descending date." As I am retrieving the message column, it won't let me sort by any other means, I'm not even sure its sorting by message, can anyone confirm?
Does anyone have this issue or happen to have a work around?
If not, would it be possible to request this feature?
Cheers, Alex.
Add comment