UpdateInfo
UpdateInfo
Information about an update.
JSON Example
{
"version": "string",
"update_type": "string",
"release_date": 0,
"reboot_required": false,
"severity": "string",
"summary": "string",
"eula": [
"string"
]
}
string
version
Optional
The version of the update.
string
update_type
Optional
The type of the update.
Possible values are :
FEATURE,
SECURITY,
FIX,
MULTIPLE,
integer As int64
As int64
release_date
Optional
Release date of the update, in milliseconds.
boolean
reboot_required
Optional
Boolean to indicate whether a reboot is required.
string
severity
Optional
The severity of the update.
Possible values are :
MODERATE,
IMPORTANT,
CRITICAL,
string
summary
Optional
The summary of the update.
array of
string
eula
Optional
The EULA of the update.