DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
67
3.3.4.2 Processors Inventory
Using a GET request, it is possible to retrieve inventory information from the DM-SV01 CPUs.
Function
Inventory - CPUs
Operation
GET
URI
https://<BMC_IP>/redfish/v1/Systems/system/Processors
Payload
none
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
Please, see the example below.
As an example, the excerpt below shows the data provided by the DM-SV01 motherboard using the
redfish GET request, where the user can check the CPU count. Additionally, the user can view the list
of “Members”, which are the available CPUs in the system that can be accessed to retrieve more
detailed CPU information by using the procedure shown in section “3.3.4.3 Detailed inventory about a
specific processor
”.
{
"@odata.id": "/redfish/v1/Systems/system/Processors/",
"@odata.type": "#ProcessorCollection.ProcessorCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/system/Processors/cpu0"
},
{
"@odata.id": "/redfish/v1/Systems/system/Processors/cpu1"
}
],
"[email protected]": 2,
"Name": "Processor Collection"
}
Once the operation is successful, it returns the response “200 OK” and the inventory information is
retrieved.