LcmUpdatePrecheckReportReport
The PrecheckReport.Report structure contains estimates of how long it will take an update as well as a list of possible warnings and errors with applying the update.
Properties
string as date-time
date_created
Required
Time when this precheck report was generated
integer as int64
estimated_time_to_update
Optional
Rough estimate of time to update vCenter Server in minutes. This field will be unset if the precheck failed.
issues
Optional
Lists of the issues and warnings This field will be unset if the precehck is successful.
summary
Required
A summary of the report consist of count of warnings and errors returned by running the precheck.
JSON Example
{
"date_created": "string",
"summary": {
"error_count": 0,
"warning_count": 0
}
}