UpdateSummary
The Summary structure contains the essential information about the update
Properties
description
Required
Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”
string
name
Required
Name of the update.
boolean
reboot_required
Required
Flag indicating whether reboot is required after update.
string
release_date
Required
Update release date.
integer
size
Required
Download Size of update in Megabytes.
string
version
Required
Version in form of X.Y.Z.P. e.g. 6.5.1.5400 When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.update.pending. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.update.pending.
JSON Example
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"name": "string",
"priority": "enum",
"reboot_required": false,
"release_date": "string",
"severity": "enum",
"size": 0,
"update_type": "enum",
"version": "string"
}