API Guide

},
"#ComputerSystem.Reset":{
"ResetType@Redfish.AllowableValues":["On", "ForceOff",
"GracefulShutdown", "PowerCycle"],
"target": "/redfish/v1/Systems/Members('10055')/Actions/
ComputerSystem.Reset"
},
"#ComputerSystem.AddResourceBlock":{
"target": "/redfish/v1/Systems/Members('10055')/Actions/
ComputerSystem.AddResourceBlock"
},
"#ComputerSystem.RemoveResourceBlock":{
"target": "/redfish/v1/Systems/Members('10055')/Actions/
ComputerSystem.RemoveResourceBlock"
}
},
"Status":{
"State": "Enabled",
"HealthRollup": "Warning",
"Health": "Warning"
},
"HostingRoles":[
"StorageServer",
"ApplicationServer"
],
"HostedServices":{
"Oem":{
}
},
"Processors":{
"@odata.id": "/redfish/v1/Systems/Members('10055')/Processors"
},
"EthernetInterfaces":{
"@odata.id": "/redfish/v1/Systems/Members('10055')/EthernetInterfaces"
},
"SimpleStorage":{
"@odata.id": "/redfish/v1/Systems/Members('10055')/SimpleStorage"
},
"Storage":{
"@odata.id": "/redfish/v1/Systems/Members('10055')/Storage"
}
}
redfish/v1/Systems/Members(id)/Processors
This API represents server processor information.
GET method for processors
This method returns server processor information.
Description
Returns server processor information.
Privilege VIEW
HTTP response
code
200
Example
response body
{
"@odata.context": "/redfish/
v1/$metadata#ProcessorCollection.ProcessorCollection",
"@odata.type": "#ProcessorCollection.ProcessorCollection",
"@odata.id": "/redfish/v1/Systems/Members('10055')/Processors",
"Name": "Processor Collection",
"Members@odata.count": 2,
"Members":[
600 Redfish resource model