The like filter works in all versions prior to SFOS 19.5.0 GA-Build197 and not only in IPHost search. It works in IPHostGroup, Services and other object searches. example is as follows.
<Request>
<Login>
<Username>admin</Username>
<Password>adminpassword</Password>
</Login>
<Get>
<IPHost>
<Filter>
<key name="Name" criteria="like">test-</key>
</Filter>
</IPHost>
</Get>
</Request>
i think there is a bug
This thread was automatically locked due to age.