Processor
Schema Definition
This is the schema definition for the Processor resource. It represents the properties of a processor attached to a System.Properties
Property | Type | Nullable | Required | Permission | Description |
---|---|---|---|---|---|
@odata.context | String | read-only | The OData description of a payload. Format: uri | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
@odata.type | String | read-only | The type of a resource. | ||
Actions { | Object | read-write | The available actions for this resource. | ||
Oem { } | Object | read-write | The available OEM specific actions for this resource. | ||
} | |||||
Description | String | Yes | read-only | Provides a description of this resource and is used for commonality in the schema definitions. | |
Id | String | GET | read-only | Uniquely identifies the resource within the collection of like resources. | |
InstructionSet | String | Yes | read-only | The instruction set of the processor. Possible Values:
| |
Links { | Object | read-write | Contains references to other resources that are related to this resource. | ||
Oem { } | Object | read-write | Oem extension object. | ||
} | |||||
Manufacturer | String | Yes | read-only | The processor manufacturer. | |
MaxSpeedMHz | Int64 | Yes | read-only | The maximum clock speed of the processor. | |
Model | String | Yes | read-only | The product model number of this device. | |
Name | String | GET | read-only | The name of the resource or array element. | |
Oem { | Object | read-write | This is the manufacturer/provider specific extension moniker used to divide the Oem object into sections. | ||
EID_47597 { | Object | read-write | RECS|Box Processor extension | ||
Provider { | Reference(ComputerSystem) | read-only | The ComputerSystem providing this Processor. | ||
@odata.id | String | read-only | The unique identifier for a resource. Format: uri | ||
} | |||||
} | |||||
} | |||||
ProcessorArchitecture | String | Yes | read-only | The architecture of the processor. Possible Values:
| |
ProcessorType | String | Yes | read-only | The type of processor. Possible Values:
| |
TotalCores | Int64 | Yes | read-only | The total number of cores contained in this processor. | |
TotalThreads | Int64 | Yes | read-only | The total number of execution threads supported by this processor. |
Operations
GET
Request
GET /redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/ComputerSystems/ComputerSystem1/Processors/Processor1
Content-Type: application/json
Content-Type: application/json
Response
{
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/ComputerSystems/ComputerSystem1/Processors/Processor1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Description": "String",
"Id": "String",
"InstructionSet": "x86",
"Links": {
"Oem": { }
}
"Manufacturer": "String",
"MaxSpeedMHz": 0,
"Model": "String",
"Name": "String",
"Oem": {
"EID_47597": {
"Provider": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/ComputerSystems/ComputerSystem1"
}
}
}
"ProcessorArchitecture": "x86",
"ProcessorType": "CPU",
"TotalCores": 0,
"TotalThreads": 0
}
"@odata.context": "uri",
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/ComputerSystems/ComputerSystem1/Processors/Processor1",
"@odata.type": "String",
"Actions": {
"Oem": { }
}
"Description": "String",
"Id": "String",
"InstructionSet": "x86",
"Links": {
"Oem": { }
}
"Manufacturer": "String",
"MaxSpeedMHz": 0,
"Model": "String",
"Name": "String",
"Oem": {
"EID_47597": {
"Provider": {
"@odata.id": "/redfish/v1/Chassis/Chassis1/Baseboards/Baseboard1/ComputerSystems/ComputerSystem1"
}
}
}
"ProcessorArchitecture": "x86",
"ProcessorType": "CPU",
"TotalCores": 0,
"TotalThreads": 0
}
POST
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
PATCH
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed
DELETE
This operation is not supported on this resource and will result in the following response:
HTTP/1.1 405 Method Not Allowed