You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG]: Adding URL to blacklist with zia.security.add_urls_to_blacklist returns "AttributeError: 'Response' object has no attribute 'blacklist_urls'"
#143
Closed
northsaluki615 opened this issue
Sep 30, 2022
· 0 comments
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Run zia.security.add_urls_to_blacklist([urllist]) with correct credentials
URL is added to blacklist within Zscaler console
Command returns:
return self._post("security/advanced/blacklistUrls?action=ADD_TO_LIST", json=payload).blacklist_urls
AttributeError: 'Response' object has no attribute 'blacklist_urls'
Expected behavior
URL is added to zscaler and list of updated blacklist is returned
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows 10 and Pop!_OS 22.04 LTS
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
URL is added to zscaler and list of updated blacklist is returned
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: