Getting Started
Getting Started With UCS Manager
To begin, download the UCS XML API Programmer's Guide. This guide provides an overview of the UCS, the UCS management information model, the XML API, and contains numerous API examples.
Review the UCS XML API training video directly below for a high level understanding of the API structure, methods and functionality.
You can use the developer forums to ask and answer questions. You can also search the forums to see if your question was already raised. The UCS blog also contains much useful information provided by expert technical users.
UCS is certified as a platform for leading enterprise applications, virtualization, and operating systems. Cisco UCS Manager is fully interoperable with the major systems management tools commonly found in heterogeneous data centers.
v2.0 UCS Platform Emulator is now available for download (updated Feb 14, 2012) (Note: Users should unzip the emulator using 7zip open source archiver from http://www.7-zip.org/)
UCS Platform v1.4 GA Emulator Guide
Download v1.3 version (Archived)
The UCS Platform Emulator (UCSPE) was developed to enable the use of Cisco UCS Manager and the UCS XML API without requiring physical hardware. UCSPE significantly shortens the development cycle for applications that are based on the UCS XML API. You can create and test programs using only UCSPE installed on a laptop. UCSPE presents a controlled environment for the following:
- Emulation of large-scale environments
- Changes in the hardware inventory (device discovery)
- Firmware upgrade testing
- Troubleshooting real UCS problems
UCSPE also assists developers to do the following:
- Test UCS XML API requests in lieu of a real server
- Invoke the UCS GUI to become familiar with its usage and features
- Invoke the model object browser and internal documentation
- Provide a convenient way to demonstrate UCS operations for training and other activities
The UCS Platform v1.4 emulator is now available for download (download the v1.4 GA here). For more information on the operation and capabilities UCSPE, see the UCS Platform Emulator Guide.
You can test your applications on actual UCS hardware made available by Cisco at a cloud hosting provider. Upon Cisco approval, you can sign-up for time, and login to a hosted sandbox. You will have access to your own Nexus 6100, a single chassis, and two blade servers. These systems are bare; there is no operating system, just the UCS Manager and your software.
- Contact name
- Company name
- Product name and version
- Description of product
- Description of UCS integration
- Active joint account engagements (Active engagements will get priority)
- Time frame needed for testing
- Any other information you think Cisco may need
- Wireshark is a network protocol analyzer that enables a developer to inspect network traffic. For UCS API devleopment, inspecting the traffic going from and returning to the UCS Manager GUI greatly enhances a developers understanding of the UCS API XML messages.
- Firefox Poster is a developer tool for interacting with web services and other web resources that lets you make HTTP requests, set the entity body, and content type. Poster aids developers using UCS API by alleviating the need to create a language dependent HTTP/HTTPS client.
- Third party tools documentation provides explanations and examples of how to use Wireshark and Poster with the UCS API.