Management Standard - Cisco UCS C Series Programmer's Manual

Rest api
Hide thumbs Also See for UCS C Series:
Table of Contents

Advertisement

Management Standard

• /redfish/v1 is the root and version
• /Systems/SvrID is the resource identifier
Redfish
The Redfish tree structure comprises a top-level root from where the RESTful interface branches out to cover
a number of "Collections" that subsequently include multiple levels within, creating a tree-like structure. You
can navigate down to this structure to find information and settings.
For example, accessing the Redfish
using the following path: https://10.10.10.10/redfish/v1/Systems/FCH2005V1EN/SimpleStorage/SLO
T-HBA
Note
Some portions of an API path could vary depending on the hardware configuration. For example, "SLO
T-HBA" may be different when another type of RAID controller is installed in the managed server.
Redfish
Redfish
request being made. It adheres to a standard CRUD (Create, Retrieve, Update, and Delete) format. Depending
on the desired result, you can issue the following types of commands:
• GET: View data
• POST: Create resources or use actions
• PATCH: Change one or more properties on a resource
• DELETE: Remove a resource
Note
Currently, HEAD and PUT operations are not supported for Redfish
Management Standard
IT solution models have evolved over the years and given way to several Out-of-Band (OOB) systems
management standards, or lights-out management (LOM) systems that work within emerging programming
standards and can be implemented in the embedded systems. While this has worked fairly well, there was still
a need for a single management standard that could handle the various demands of IT solutions robustly.
Expanded scale, higher security, and multi-vendor openness call for equally diverse DevOps tools and processes.
Keeping these requirements in mind, the DMTF took on the responsibility of creating a new management
interface standard, which resulted in Redfish
Key features of the Redfish
• Simple to use and highly secure
• Encrypted connections and generally heightened security
• Simple programmatic interface that can be easily managed using scripts
Cisco UCS C-Series Servers REST API Programmer's Guide
2
Tree Structure
Operations
uses the HTTPS method to perform operations of a RESTful API. You can specify the type of
management standard include:
structure for the controller on a C-Series server would be navigated by
version 1.0, which was formally launched in July, 2015.
Cisco IMC REST API Overview
URIs.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents