ns1-python
ns1-python copied to clipboard
Add the ability to pass in params to search function
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)