SystemVersionVersionStruct

Version.VersionStruct structure Structure representing appliance version information.


Properties

string
build Required

Appliance build number.


string
install_time Required

Display the date and time when this system was first installed. Value will not change on subsequent updates.


string
product Required

Appliance name.


string
releasedate Required

Release date of patch (empty string, if the appliance has not been patched)


string
summary Required

Summary of patch (empty string, if the appliance has not been patched)


string
type Required

Type of product. Same product can have different deployment options, which is represented by type.


string
version Required

Appliance version.

JSON Example

{
	"build": "string",
	"install_time": "string",
	"product": "string",
	"releasedate": "string",
	"summary": "string",
	"type": "string",
	"version": "string"
}
Returned By

Get Version

Feedback

Was this page helpful?