API Guide

Table Of Contents
Table 69. Parameters
Parameter Value Description Default value Parameter
type
Data type
id (required) Host ID. Get the host ID from /
Services/ConsoleService/
Consoles/{Console-id}/Hosts
API. For more information, see Get
list of all hosts in vCenter on page 43.
N/A Path String
HTTP response code:
Table 70. HTTP response code
Code Description or response object
200 Processor
400 Operational Context not set
401 Authorization failure
403 vCenter permission denied
429 Too many requests
500 Internal Server error / timeout
For OMIVV-Specific error codes, see OMIVV-Specific error codes on page 112.
Example Response:
Processor:
{
"socket": "{CPU socket information}",
"currentSpeed": {Current speed of CPU},
"brand": "{CPU brand}",
"version": "{CPU version}",
"coreCount": {core count}
}
For more information, see Response body on page 96.
Host management
91