Retrieving 'Odata' Without Authentication; Retrieving Chassis Details - Cisco UCS C Series Programmer's Manual

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

Advertisement

Cisco IMC REST API Examples
</edmx:Edmx>

Retrieving 'odata' without Authentication

Request:
curl -GET https://10.10.10.10/redfish/v1/odata -k
Response:
{
"Value":[{
},{
},{
},{
},{
},{
},{
},{
},{
},{
}],
"@odata.context":"/redfish/v1/$metadata"
}

Retrieving Chassis Details

Request:
"url":"/redfish/v1",
"name":"Service",
"kind":"Singleton"
"url":"/redfish/v1/Systems",
"name":"Systems",
"kind":"Singleton"
"url":"/redfish/v1/Chassis",
"name":"Chassis",
"kind":"Singleton"
"url":"/redfish/v1/Managers",
"name":"Managers",
"kind":"Singleton"
"url":"/redfish/v1/TaskService",
"name":"TaskService",
"kind":"Singleton"
"url":"/redfish/v1/EventService",
"name":"EventService",
"kind":"Singleton"
"url":"/redfish/v1/AccountService",
"name":"AccountService",
"kind":"Singleton"
"url":"/redfish/v1/SessionService",
"name":"SessionService",
"kind":"Singleton"
"url":"/redfish/v1/JSONSchemas",
"name":"JSONSchemas",
"kind":"Singleton"
"url":"/redfish/v1/MessageRegistry",
"name":"MessageRegistry",
"kind":"Singleton"
Cisco UCS C-Series Servers REST API Programmer's Guide
Examples of Server Tasks
13

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the UCS C Series and is the answer not in the manual?

Table of Contents