esx hosts: component info
The
component_info structure contains fields that describe a specific component version in a software specification.Representation:
{
"display_version" : "string",
"vendor" : "string",
"display_name" : "string",
"version" : "string"
}
"display_version" : "string",
"vendor" : "string",
"display_name" : "string",
"version" : "string"
}
Attributes:
| Name | Type | Description |
|---|---|---|
| Required | ||
| version | string | Version of the component. |
| display_name | string | Display name of the component. |
| display_version | string | Human readable version of the component. |
| vendor | string | Vendor of the component. |