UpdateStagedInfo
The Staged.Info structure contains information about the staged 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 as date-time
release_date
Required
Update release date.
integer as int64
size
Required
Download Size of update in Megabytes.
boolean
staging_complete
Required
Is staging complete
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,
"staging_complete": false,
"update_type": "enum",
"version": "string"
}