Esx. Settings. Hosts. Hardware Compatibility. Servers. Bios Version Get

Esx. Settings. Hosts. Hardware Compatibility. Servers. Bios Version Get

Returns user-specified BIOS version string for a given host, if any

Warning: this operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Returns an authorization error if you do not have all of the privileges described as follows:

  • Operation execution requires VcIntegrity.HardwareCompatibility.Read.
Request
URI
GET
https://{api_host}/esx/settings/hosts/{host}/hardware-compatibility/servers/bios-version
COPY
Path Parameters
string
host
Required

identifier of the target host

The parameter must be an identifier for the resource type: HostSystem.


Authentication
This operation uses the following authentication methods.
Responses
200

Esx.Settings.Hosts.HardwareCompatibility.Servers.BiosVersion.Spec schema which includes the BIOS version override, if any, for the specified host.

Returns Esx.Settings.Hosts.HardwareCompatibility.Servers.BiosVersion.Spec of type(s) application/json
"Esx.Settings.Hosts.HardwareCompatibility.Servers.BiosVersion.Spec Object"

401

if the caller is not authenticated.

Returns Vapi.Std.Errors.Unauthenticated of type(s) application/json
"Vapi.Std.Errors.Unauthenticated Object"

403

if the user doesn't have the required privileges.

Returns Vapi.Std.Errors.Unauthorized of type(s) application/json
"Vapi.Std.Errors.Unauthorized Object"

404

if there is no host with the given id.

Returns Vapi.Std.Errors.NotFound of type(s) application/json
"Vapi.Std.Errors.NotFound Object"

500

Vapi.Std.Errors.Error If there is some unknown error. The accompanying error message will give more details about the failure and any possible resolution(s).

Vapi.Std.Errors.ResourceInaccessible if the vCenter this API is executed on is not part of the Customer Experience Improvement Program (CEIP).

Returns Vapi.Std.Errors.Error of type(s) application/json
"Vapi.Std.Errors.Error Object"

503

If the service is not available.

Returns Vapi.Std.Errors.ServiceUnavailable of type(s) application/json
"Vapi.Std.Errors.ServiceUnavailable Object"

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/esx/settings/hosts/{host}/hardware-compatibility/servers/bios-version