Esx.Settings.Clusters.Software.Reports.Server

Esx.Settings.Clusters.Software.Reports.Server
Esx.Settings.Clusters.Software.Reports.Server

The Esx.Settings.Clusters.Software.Reports.Server schema contains properties describing information about a server.

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

JSON Example
{
    "model_name": "string",
    "vendor": "string",
    "cpu_series": "string",
    "cpu_model": "string",
    "cpu_features": "string",
    "bios": {
        "version": "string",
        "vendor": "string"
    }
}
string
model_name
Required

The name of the server model (for example, "PowerEdge R740xd").

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

string
vendor
Required

The name of the vendor (for example, "Dell").

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

string
cpu_series
Required

The CPU series name (for example, "Intel Xeon Gold 6100/5100, Silver 4100, Bronze 3100 (Skylake-SP) Series").

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

string
cpu_model
Required

The specific model of CPU. (for example, "Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz")

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

string
cpu_features
Required

The current CPU features.

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

bios
Required

Currently installed BIOS of the server.

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