Skip to content

Releases: CiscoUcs/imcsdk

v0.9.3.1

07 Jun 09:40
@vvb vvb
Compare
Choose a tag to compare

0.9.3.1 (2018-04-27)

  • Support for more APIs
  • Misc bug fixes

v0.9.3.0

20 Sep 03:43
@vvb vvb
Compare
Choose a tag to compare
  • Adds support for IMC version 3.0(2b), 3.0(3a) and 3.1(1d)
  • Adds support for Hyperflex platform
  • Fixes sync_mo
  • Containerizes imcsdk support for CIMC 3.0 using Docker
  • Adds context manager support for ImcHandle
  • Redesigned APIs for the following,
    • BIOS tokens
    • Boot order
    • Certificate
    • KVM
    • LDAP
    • NTP
    • SNMP
    • Serial Over Lan
    • Syslog
    • Storage
    • Virtual media

v0.9.2.0

14 Feb 09:27
@vvb vvb
Compare
Choose a tag to compare
  • Adds support for IMC version 3.0(1c)
  • New APIs for the following,
    • Secure Drive Encryption
    • BIOS Profile
    • Native Hardware Inventory Collection
    • Enable Redfish support
    • LDAP
    • NTP
    • IP Filtering
    • IP Blocking
    • Asset Tagging
  • Redesigned APIs for the following,
    • SNMP Traps and users
    • Local Users
    • Adaptor operations
    • KVM/Sol/Vmedia operations
    • Power Budgeting and Power Capping
    • Boot Order Precision and Legacy Boot order
  • Improved local inventory collection API; handles multiple IMC servers and supports multiple output formats
  • Support for skipping attributes of a Managed object not known to a server
    version
  • Support for handling of interim/spin builds
  • Bug fix in monitoring firmware upgrade API
  • Bug fix in handle.query_children API when class_id and hierarchy are
    specified
  • Improved test Coverage

v0.9.1.0

25 Nov 07:11
@vvb vvb
Compare
Choose a tag to compare
  • Support for Modular C3260 and Classic platforms
  • Supports every Managed Object exposed by IMC upto version 2.0(13e)
  • Support to invoke APIs on individual server modules in case of C3260 platform
  • Support for TLSv1.1/v1.2 and fallback to TLSv1 for older versions
  • Support to filter out non-applicable properties based on the C-series platform
  • Validation of Managed Object version with the C-series version for better error-handling
  • Improved the overall test-coverage

v0.9.0.3

25 Aug 12:20
@vvb vvb
Compare
Choose a tag to compare
  • Added APIs layer to the sdk - imcsdk.apis. It is meant to be a wrapper over the base SDK APIs.

v0.9.0.0

25 Aug 10:29
@vvb vvb
Compare
Choose a tag to compare

Python SDK Module for IMC Rack Server Management.

  • Python SDK for IMC rack server management and related automation
  • Supports every Managed Object exposed by IMC
  • Support until 2.0(10b) release of IMC
  • APIs for CRUD operations simplified
  • Runtime memory usage is reduced
  • Nosetests for unit testing
  • Samples directory for more real world use cases
  • Integrating the sphinx framework for documentation
  • PEP8 Compliance