Closed ghost closed 2 years ago
Hi @arys-splunk , We have fixed the issue, and the changes will be available in the next release. PR for reference - #416
@arys-splunk please refer the latest python-sdk release 1.6.19, and please let us know if the issue still exists.
Describe the bug
service.storage_passwords.list
misses space inusername
field.To Reproduce Steps to reproduce the behavior:
to
local/splunk_ta_cisco_ucs_servers.conf
.service = connect(username="admin", password="")
all_passwords = service.storage_passwords.list(count=-1, search="")
for p in all_passwords: print(p.state)