Get Supported Hardware Versions

Get Supported Hardware Versions

Get a set of all supported hardware versions by the ESXi hosts in the resource pool.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/resourcePools/{moref}/hwv
COPY
Path Parameters
string
vcUrn
Required

vcUrn

string
moref
Required

moref


Authentication
This operation uses the following authentication methods.
Responses
200
Returns HardwareVersions of type(s) application/json;version=39.1
{
    "versions": [
        "string"
    ],
    "supportedVersions": [
        {
            "isDefault": false,
            "name": "string"
        }
    ]
}
array of string
versions
Optional

versions

array of object
supportedVersions
Optional

supported ESXi virtual hardware version.


400

Invalid configuration.

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


404

The specified resource was not found

Returns Error of type(s) application/json;version=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/virtualCenters/{vcUrn}/resourcePools/{moref}/hwv