LcmUpdatePrecheckReportResult

The PrecheckReport.Result structure contains the precheck report and a link to download the CSV report.


Properties

string
csv_report Optional

The identifier of CSV formatted precheck report. com.vmware.vcenter.lcm.report#get provides location where the CSV report can be downloaded from based on the csvReport. unset in case of errors reported in PrecheckReport.Report.issues. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.lcm.report. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.lcm.report.


report Required

The report generated by running the precheck.

JSON Example

{
	"report": {
		"date_created": "string",
		"summary": {
			"error_count": 0,
			"warning_count": 0
		}
	}
}

Feedback

Was this page helpful?