UpdateCommonInfo
The CommonInfo structure defines common update information
Properties
Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”
Update priority
Possible values are: HIGH , MEDIUM , LOW
Flag indicating whether reboot is required after update.
Update release date.
Update severity
Possible values are: CRITICAL , IMPORTANT , MODERATE , LOW
Download Size of update in Megabytes.
Update category
Possible values are: SECURITY , FIX , UPDATE , UPGRADE
JSON Example
{
"description": {
"args": [
"string"
],
"default_message": "string",
"id": "string"
},
"priority": "enum",
"reboot_required": false,
"release_date": "string",
"severity": "enum",
"size": 0,
"update_type": "enum"
}