HclHostsCompatibilityReleasesEsxiCompatibilityReleases
This CompatibilityReleases.EsxiCompatibilityReleases structure contains fields that describe available releases for generating compatibility report for a specific ESXi host.
Properties
string
current_compatibility_release
Required
The current release of the ESXi, which also can be checked for compatibility. The information for the release does not include patch information.
array of
string
newer_compatibility_releases
Required
The available ESXi releases, greater than the current one, than can be checked for compatibility.
JSON Example
{
"current_compatibility_release": "string",
"newer_compatibility_releases": [
"string"
],
"notifications": {}
}