Skip to:
The following URL generates an error (where $url maps to my OpenNMS server's REST interfacce):
$url/alarms?query=ipAddr%3D'91.177.4.151'
while the following works:
$url/alarms?query=this_.ipAddr%3D'91.177.4.151'
Which isn't consistent with the doc (https://docs.opennms.org/opennms/releases/18.0.1/guide-development/guide-development.html#_alarms)
Where's the bug?
The following URL generates an error (where $url maps to my OpenNMS server's REST interfacce):
while the following works:
Which isn't consistent with the doc (https://docs.opennms.org/opennms/releases/18.0.1/guide-development/guide-development.html#_alarms)
Where's the bug?