Processors

Create a host processors definition

post/processors/{hostName}/

Path parameters

hostNamestring required

Host name

Request body

idinteger
handlestring
vendorstring
productstring
coresinteger
threadsinteger
host_idinteger

Example request

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

Response

Processor details list

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
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.