Esx.Settings.ComponentInfo

Esx.Settings.ComponentInfo
Esx.Settings.ComponentInfo

The Esx.Settings.ComponentInfo schema contains information that describe a specific component version in a software specification.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "version": "string",
    "details": {
        "display_name": "string",
        "vendor": "string",
        "display_version": "string"
    }
}
string
version
Optional

Version of the component.

This property was added in vSphere API 7.0.0.0.

missing or null if version is not specified or removed.

details
Optional

Details about the component.

This property was added in vSphere API 7.0.0.0.

missing or null if component is not present in the depot.