Python SDK for managing Cisco UCS Manager and UCS Central systems. Provides object-oriented bindings to the UCS XML API. Current version is 0.9.26, released in April 2022. Maintenance mode with infrequent updates.
pip install ucsmsdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic login/logout example. Replace IP, username, password with actual credentials.
Use Python 3.8, 3.9, or 3.10.
Use 'from ucsmsdk.ucshandle import UcsHandle' instead of 'from ucsmsdk.ucsexception import UcsHandle'.
Upgrade to latest version: pip install --upgrade ucsmsdk
Use 'from ucsmsdk.ucshandle import UcsHandle'.
No dependency data recorded yet.