appliance system version: version struct
version_struct
structure Structure representing appliance version information.Representations:
{
"build": "string",
"install_time": "string",
"product": "string",
"releasedate": "string",
"summary": "string",
"type": "string",
"version": "string"
}
"build": "string",
"install_time": "string",
"product": "string",
"releasedate": "string",
"summary": "string",
"type": "string",
"version": "string"
}
<?xml version="1.0" ?>
<ns0:VersionStruct xmlns:ns0="http://vmware.com/appliance/system/version" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<summary>string</summary>
<product>string</product>
<install_time>string</install_time>
<releasedate>string</releasedate>
<type>string</type>
<build>string</build>
<version>string</version>
</ns0:VersionStruct>
<ns0:VersionStruct xmlns:ns0="http://vmware.com/appliance/system/version" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<summary>string</summary>
<product>string</product>
<install_time>string</install_time>
<releasedate>string</releasedate>
<type>string</type>
<build>string</build>
<version>string</version>
</ns0:VersionStruct>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
version | string | Appliance version. |
product | string | Appliance name. |
build | string | Appliance build number. |
type | string | Type of product. Same product can have different deployment options, which is represented by type. |
summary | string | Summary of patch (empty string, if the appliance has not been patched) |
releasedate | string | Release date of patch (empty string, if the appliance has not been patched) |
install_time | string | Display the date and time when this system was first installed. Value will not change on subsequent updates. |