cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
12035
Views
2
Helpful
1
Comments
dsoper
Cisco Employee
Cisco Employee

Beginning with Cisco IMC 3.0, standalone Cisco UCS servers can be managed through a Redfish API.  Redfish is an industry standard management interface based on the Open Data Protocol (OData) RESTful API specification.  Many common management tasks can be automated with Redfish, and additional automation can also be performed with the IMC Unified API and IMC Python SDK from Cisco.

Please see the following for additional information on automating with Redfish:

Read more on how the IMC Redfish API fits within the Cisco UCS Management Software portfolio with the Cisco UCS Management Handbook

Comments
doug-f
Visitor

Has anyone noticed Redfish is broken in Recent IMC 4.3 and 6.0 builds? 

Requests to /redfish/v1 still work but then /redfish/v1/Chassis returns 401 

{
"error": {
"code": "Base.1.14.0.GeneralError",
"message": "See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [{
"@odata.type": "#Message.v1_1_1.Message",
"MessageId": "Base.1.14.0.InsufficientPrivilege",
"Message": "Invalid User Credentials",
"MessageArgs": ["Invalid User Credentials"],
"Severity": "Critical",
"Resolution": "Either abandon the operation or change the associated access rights and resubmit the request if the operation failed."
}]
}
}
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking for a $25 gift card