sortby=objid sorts alphabetically, eg:
1, 11, 140, 2, 20, 3
However, objid is a number so it should sort numerically: 1, 2, 3, 11, 20, 140
This is related to issue: https://kb.paessler.com/en/topic/31273-order-by-number
And invalidates the answer here when you have more than 9999 objects: https://kb.paessler.com/en/topic/673-how-can-i-get-a-list-of-the-most-recently-added-devices (e.g. objid 9999 is treated as more recent than objid 10000)
Add comment