Hosts_Software_InstalledComponents_InstalledComponentInfo

Hosts_Software_InstalledComponents_InstalledComponentInfo
Hosts_Software_InstalledComponents_InstalledComponentInfo

The InstalledComponents.InstalledComponentInfo structure contains fields that describe the installed component on the host.

JSON Example
{
    "display_name": "string",
    "version": "string",
    "display_version": "string",
    "platforms": [
        "string"
    ]
}
string
display_name
Required

Display name of the component.

string
version
Required

Version of the installed component

string
display_version
Required

Human readable version of the 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.