</edmx:Edmx>
Retrieving 'odata' without Authentication
Request:
curl -GET https://10.10.10.10/redfish/v1/odata -k
Response:
{
"Value":[{
"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"
}],
"@odata.context":"/redfish/v1/$metadata"
}
Retrieving Chassis Details
Request:
Cisco UCS C-Series Servers REST API Programmer's Guide
13
Cisco IMC REST API Examples
Examples of Server Tasks