UpdatePendingInfo
The Pending.Info structure contains the extended information about the update
Properties
array of
StdLocalizableMessage
contents
Required
List of the 1. issues addressed since previous/current version 2. new features/improvements
description
Required
Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”
array of
StdLocalizableMessage
eulas
Required
List of EULAs. This list has multiple entries and can be dynamic based on what we are actually installing.
string
knowledge_base
Required
URL for the knowledge base article describing this update.
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.
array of
UpdateServiceInfo
services_will_be_stopped
Required
List of the services that will be stopped and restarted during the update installation.
integer
size
Required
Download Size of update in Megabytes.
boolean
staged
Required
Is the update staged
JSON Example
{
"contents": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"eulas": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"knowledge_base": "string",
"name": "string",
"priority": "enum",
"reboot_required": false,
"release_date": "string",
"services_will_be_stopped": [
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"service": "string"
}
],
"severity": "enum",
"size": 0,
"staged": false,
"update_type": "enum"
}