Host Cpu Scheduler System Get Hyperthread Info

Host Cpu Scheduler System Get Hyperthread Info

The hyperthread configuration for the CpuSchedulerSystem.

The existence of this data object type indicates if the CPU scheduler is capable of scheduling hyperthreads as resources.

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/HostCpuSchedulerSystem/{moId}/hyperthreadInfo
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostCpuSchedulerSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

This response body class contains all of the following: HostHyperThreadScheduleInfo
{
    "0": "H",
    "1": "o",
    "2": "s",
    "3": "t",
    "4": "H",
    "5": "y",
    "6": "p",
    "7": "e",
    "8": "r",
    "9": "T",
    "10": "h",
    "11": "r",
    "12": "e",
    "13": "a",
    "14": "d",
    "15": "S",
    "16": "c",
    "17": "h",
    "18": "e",
    "19": "d",
    "20": "u",
    "21": "l",
    "22": "e",
    "23": "I",
    "24": "n",
    "25": "f",
    "26": "o",
    "27": " ",
    "28": "O",
    "29": "b",
    "30": "j",
    "31": "e",
    "32": "c",
    "33": "t"
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/HostCpuSchedulerSystem/{moId}/hyperthreadInfo