"@odata.id":"/redfish/v1/Managers/CIMC/LogServices"
},
"SerialInterfaces":{
"@odata.id":"/redfish/v1/Managers/CIMC/SerialInterfaces"
},
"FirmwareVersion":"3.0(1S12)",
"UUID":"B2686A10-D5B1-43A3-A808-CC88380DD77B",
"Status":{
"State":"Enabled",
"Health":"OK"
},
"ManagerNetworkProtocol":{
"@odata.id":"/redfish/v1/Managers/CIMC/ManagerNetworkProtocol"
},
"Name":"Cisco Integrated Management Controller",
"Actions":{
"#Oem.ImportBmcConfig":{
"[email protected]":["TFTP","SCP","SFTP","FTP","HTTP"],
"[email protected]":["Passphrase"],
"[email protected]":["Remote Server Username"],
"[email protected]":["Valid Remote Share Path"],
"[email protected]":["Valid Hostname/IP Address"],
"Target":"/redfish/v1/Managers/CIMC/Actions/Oem.ImportBmcConfig",
"[email protected]":["Remote Server Password"]
},
"#Oem.BmcFwUpdate":{
"[email protected]":["TFTP","SCP","SFTP","FTP","HTTP"],
"Target":"/redfish/v1/Managers/CIMC/Actions/Oem.BmcFwUpdate",
"[email protected]":["Remote Server Username"],
"[email protected]":["Valid Remote Share Path"],
"[email protected]":["Valid Hostname/IP Address"],
"[email protected]":["Remote Server Password"]
},
.
.
.
"CommandShell":{
"MaxConcurrentSessions":4,
"ConnectTypesSupported":["SSH","Telnet","IPMI","XML API"],
"ServiceEnabled":true
},
"SerialConsole":{
"MaxConcurrentSessions":4,
"ConnectTypesSupported":["SSH","Telnet","IPMI","XML API"],
"ServiceEnabled":true
},
"Model":"UCSC-C240-M3L",
"EthernetInterfaces":{
"@odata.id":"/redfish/v1/Managers/CIMC/EthernetInterfaces"
}
}
Retrieving Redfish Version without Authentication
Request:
curl -GET https://10.10.10.10/redfish -k
Response:
Cisco UCS C-Series Servers REST API Programmer's Guide
9
Cisco IMC REST API Examples
Examples of Server Tasks