System_Version_VersionStruct
System_Version_VersionStruct
Version.VersionStruct structure Structure representing appliance version information.
JSON Example
{
"version": "string",
"product": "string",
"build": "string",
"type": "string",
"summary": "string",
"releasedate": "string",
"install_time": "string"
}
string
version
Required
Appliance version.
string
product
Required
Appliance name.
string
build
Required
Appliance build number.
string
type
Required
Type of product. Same product can have different deployment options, which is represented by type.
string
summary
Required
Summary of patch (empty string, if the appliance has not been patched)
string
releasedate
Required
Release date of patch (empty string, if the appliance has not been patched)
string
install_time
Required
Display the date and time when this system was first installed. Value will not change on subsequent updates.