LcmUpdatePrecheckReportReportSummary
The Summary Structure contains the summary of precheck report.
Properties
integer as int64
error_count
Required
Number of errors detected by precheck process
integer as int64
warning_count
Required
Number of warnings detected by precheck process
JSON Example
{
"error_count": 0,
"warning_count": 0
}