HostsSoftwareInstalledComponentsInstalledComponentInfo
The InstalledComponents.InstalledComponentInfo structure contains fields that describe the installed component on the host.
Properties
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the component.
string
version
Required
Version of the installed component
array of
string
platforms
Optional
Platforms the component belongs to. Example: host, vmdpu0, vmdpu1, … This field is optional because it was added in a newer version than its parent node.
JSON Example
{
"display_name": "string",
"display_version": "string",
"version": "string"
}