Querying CPU Summary
Function
This interface is used to query CPU summary.
Syntax
Operation type: GET
URL: https://device_ip/redfish/v1/Systems/Processors/CPU
Request header:
X-Auth-Token: auth_value
Request message body: None
Usage Guidelines
None
Example
Request:
GET https://10.10.10.10/redfish/v1/Systems/Processors/CPU
Request header:
X-Auth-Token: auth_value
Request message body: None
Response:
{
"@odata.context": "/redfish/v1/$metadata#Systems/Processors/Members/$entity",
"@odata.id": "/redfish/v1/Systems/Processors/CPU",
"@odata.type": "#Processor.v1_15_0.Processor",
"Name": "CPU",
"Id": "CPU",
"Manufacturer": "Huawei",
"Oem": {
"CPUModel": "Hi3559AV100",
"Count": "ARM Cortex A73 * 2 + ARM Cortex A53 * 2"
}
}
Response code: 200
Output Description
Field |
Type |
Description |
|---|---|---|
@odata.context |
Character string |
OData description of the CPU resource model. |
@odata.id |
Character string |
Path to access the CPU resource. |
@odata.type |
Character string |
CPU resource type. |
Name |
Character string |
CPU resource name. |
Id |
Character string |
CPU resource ID. |
Manufacturer |
Character string |
CPU vendor. |
Oem |
Object |
Custom attribute. |
CPUModel |
Character string |
CPU model. |
Count |
Character string |
Type and quantity of the CPU resources. |
Parent topic: System Monitoring