We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service.storage_passwords.list
username
Describe the bug service.storage_passwords.list misses space in username field.
To Reproduce Steps to reproduce the behavior:
[ test] account_name = ucspe account_password = ucspe disable_ssl_verification = True server_url = 10.141.36.107
to local/splunk_ta_cisco_ucs_servers.conf. 3. Go to Splunk, open Cisco UCS app and refresh the page. 4. Run this Python script
local/splunk_ta_cisco_ucs_servers.conf
from splunklib.client import connect service = connect(username="admin", password="<your-admin-password>") all_passwords = service.storage_passwords.list(count=-1, search="") for p in all_passwords: print(p.state)
Expected behavior Username field should have space in it.
Splunk (please complete the following information):
SDK (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hi @arys-splunk , We have fixed the issue, and the changes will be available in the next release. PR for reference - #416
Sorry, something went wrong.
@arys-splunk please refer the latest python-sdk release 1.6.19, and please let us know if the issue still exists.
No branches or pull requests
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
.3. Go to Splunk, open Cisco UCS app and refresh the page.
4. Run this Python script
Expected behavior
Username field should have space in it.
Splunk (please complete the following information):
SDK (please complete the following information):
The text was updated successfully, but these errors were encountered: