v1

latestOpenAPI 3.0.0GPLv32026-07-17661855.6 KB
Processors

Returns a specific processor for a specific processor id

get/processors/{processor_id}/

Path parameters

processor_idstring required

Processor ID

Response

Processor details

idinteger
handlestring
vendorstring
productstring
coresinteger
threadsinteger
host_idinteger

Example response

{
  "id": 12,
  "handle": "CoreI7",
  "vendor": "Intel",
  "product": "i7",
  "cores": 20,
  "threads": 20,
  "host_id": 10
}