The PowerShell
API
This chapter contains the following sections:
Cisco UCS Director PowerShell API
Cisco UCS Director offers JSON-based REST APIs that enable you to submit workflow requests, examine workflow inputs and output schemas, and fetch reports. You can integrate Cisco UCS Director APIs with the Cisco UCS Director PowerShell Console for improved automation of datacenter management.
Cisco UCS Director PowerShell Console provides cmdlet wrappers for the JSON-based APIs. Each cmdlet performs a single operation. The cmdlets are executed in a Microsoft Windows server. Depending on the data returned by the JSON-based APIs, the cmdlets automatically interpret the data and convert them to Windows PowerShell objects. You can chain multiple cmdlets together. To view a list of available cmdlets, see the Cmdlet List in the Cisco UCS Director PowerShell API Getting Started Guide. For more information about REST APIs, see the Cisco UCS Director REST API Getting Started Guide.
When to Use Cisco UCS Director PowerShell API
Use the Cisco UCS Director PowerShell API to execute the JSON API’s of Cisco UCS Director that are provided as cmdlets.
Using Cisco UCS Director PowerShell API
For an introduction to the Cisco UCS Director PowerShell API, see the Cisco UCS Director PowerShell API Getting Started Guide.
Feedback