ns1-python icon indicating copy to clipboard operation
ns1-python copied to clipboard

Add the ability to pass in params to search function

Open rgc opened this issue 4 years ago • 0 comments

Add the ability to pass in params to search function, useful for changing the "max" param specifically. There is no current way to accomplish this per the SDK.

For example: p = {"max":100} zone.search('test', False, None, None, p)

rgc avatar Sep 15 '21 13:09 rgc