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=36.3
{
    "versions": [
        "string"
    ],
    "supportedVersions": [
        {
            "isDefault": false,
            "name": "string"
        }
    ]
}
array of string
versions
Optional

versions

supportedVersions
Optional

supportedVersions


400

Invalid configuration.

Returns Error of type(s) application/json;version=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
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=36.3
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace