Skip to content

Releases: CiscoUcs/ucsmsdk

v0.9.1.0

25 May 10:03
@vvb vvb
Compare
Choose a tag to compare
  • Support for UCSM 3.1.1
  • Support for Python 3.x
  • Support for Comparing and Syncing Objects across Ucs Domains - compare_ucs_mo sync_ucs_mo
  • Support for filter_str in query_children method
  • Support to drill down into Managed Object Meta and Property Meta details - get_meta_info
  • Support to monitor any/all change(s) in a ManagedObject with UcsEventHandler
  • Fix for Unable to make unsecured connection when redirection was enabled on the server
  • Fix for issues with the usage of force parameter in Login method
  • Fix for not filter not generating filter request
  • Fix for TechSupport not getting removed from server even when remove_from_ucs=True
  • Fix for convert_to_ucs_python not redirecting output to a file
  • Fix for convert_to_ucs_python not working correctly when gui_log=True
  • More PEP8 compliance related fixes

v0.9.0.0

18 Dec 16:38
@vvb vvb
Compare
Choose a tag to compare

Python SDK for UCS server management and related automation
Supports every Managed Object exposed by Cisco UCSM
APIs for CRUD operations simplified for usability
convert_to_ucs_python - API to generate Python script based on operations done on the UCSM UI
Support for server side filters made simpler
Support for eventhandlers
Parameter validation on the client-end
Runtime memory usage is reduced
logging support
Nosetests for unit testing
Samples directory for more real world use cases
Integrating the sphinx framework for documentation
PEP8 Compliance