Hi!
I using REST API, and i want find all computers with one MAC-address.
I try this: /ocsapi/v1/computers/search?MACADDR=myMACAddress
,but i get error 500
When i tryed this operation in GUI, i got list computers and
i saw url: /ocsreports/?function=visu_search
maybe i can using function "visu_search" in REST-API? and substitute any parameters?