Hosts
Returns a host processors by host name
get/hosts/{hostName}/processors/
Path parameters
hostNamestring required
Host name
Response
Processors
Example response
[
{
"id": 12,
"handle": "CoreI7",
"vendor": "Intel",
"product": "i7",
"cores": 20,
"threads": 20,
"host_id": 10
}
]