Retrieving Service Root Without Authentication; Retrieving Metadata Without Authentication - Cisco UCS C Series Programmer's Manual

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

Advertisement

Examples of Server Tasks
{
"v1":"/redfish/v1/"
}

Retrieving Service Root without Authentication

Request:
curl -GET https://10.10.10.10/redfish/v1 -k
Response:
{
"Chassis":{
"@odata.id":"/redfish/v1/Chassis"
},
"@odata.id":"/redfish/v1/",
"JSONSchemas":{
"@odata.id":"/redfish/v1/JSONSchemas"
},
"RedfishVersion":"1.0.0",
"EventService":{
"@odata.id":"/redfish/v1/EventService"
},
"Systems":{
"@odata.id":"/redfish/v1/Systems"
},
"Description":"Root Service",
"Name":"Cisco RESTful Root Service",
"Links":{
"Sessions":{
"@odata.id":"/redfish/v1/SessionService/Sessions"
}
},
"TaskService":{
"@odata.id":"/redfish/v1/TaskService"
},
"Managers":{
"@odata.id":"/redfish/v1/Managers"
},
"@odata.type":"#ServiceRoot.1.0.0.ServiceRoot",
"SessionService":{
"@odata.id":"/redfish/v1/SessionService"
},
"@odata.context":"/redfish/v1/$metadata#ServiceRoot",
"Id":"RootService",
"AccountService":{
"@odata.id":"/redfish/v1/AccountService"
},
"MessageRegistry":{
"@odata.id":"/redfish/v1/MessageRegistry"
}
}

Retrieving Metadata without Authentication

Request:
Cisco UCS C-Series Servers REST API Programmer's Guide
10
Cisco IMC REST API Examples

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents