appliance system version: version struct
version_struct
structure Structure representing appliance version information.Representation:
{
"summary" : "string",
"install_time" : "string",
"product" : "string",
"build" : "string",
"releasedate" : "string",
"type" : "string",
"version" : "string"
}
"summary" : "string",
"install_time" : "string",
"product" : "string",
"build" : "string",
"releasedate" : "string",
"type" : "string",
"version" : "string"
}
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. |