I'm testing my new perl API client. Most stuff seems to work fine, but I'm having problems with the 'find' command. In the console, if I want to find (say) a wireless-access entry with a given MAC, I can do this:
[admin@foo] /interface wireless access-list> :put [find mac-address="00:02:6F:56:78:9A"]
*a
Which I would have thought would translate to this in the API:
/interface/wireless/access-list/find
=mac-address=00:12:34:56:78:9A
... but if I try that, I get back an "argument error" ...
!trap
=message=argument error
Any ideas?
-- hugh