Skip to main content

GET – Processor Collection

Dependence

  1. It displays a list of Processor instances in the ComputerSystem(Host).

  2. These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.

Request

Processor

GET https://{{ip}}/redfish/v1/Systems/{{system_instance}}/Processors
Content-Type: application/json

Sub Processor

GET https://{{ip}}/redfish/v1/Systems/{{system_instance}}/Processors/{{system_processor_instance}}/SubProcessors
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

Response example

{
"@odata.context": "/redfish/v1/$metadata#ProcessorCollection.ProcessorCollection",
"@odata.etag": "\"1612418315\"",
"@odata.id": "/redfish/v1/Systems/Self/Processors",
"@odata.type": "#ProcessorCollection.ProcessorCollection",
"Description": "Collection of processors",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/Processors/DevType1_CPU1"
}
],
"Members@odata.count": 1,
"Name": "Processors Collection"
}