VsanHostAboutInfoEx

VsanHostAboutInfoEx
VsanHostAboutInfoEx

This data object type describes system information including the name, version, build type and build number.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "version": "string",
    "build": "string",
    "buildType": "string",
    "apiVersion": "string"
}
string
name
Optional

Represents name of current product.

string
version
Optional

Represents version of current product.

string
build
Optional

Represents build number of current product.

string
buildType
Optional

Represents build type of current product.

string
apiVersion
Optional

Represents managment API verison for vSAN.