Hosts_ComponentInfo
Hosts_ComponentInfo
The ComponentInfo structure contains fields that describe a specific component version in the software solution.
JSON Example
{
"version": "string",
"display_name": "string",
"display_version": "string",
"vendor": "string"
}
string
version
Required
Version of the component. It will be empty when the component is removed.
string
display_name
Required
Display name of the component.
string
display_version
Required
Human readable version of the component.
string
vendor
Required
Vendor of the component.