DeploymentCheckInfo
The CheckInfo structure describes the result of the appliance deployment check.
Properties
status
Required
The CheckStatus enumerated type defines the status of the checks.
SUCCESS : All checks have completed successfully.
FAILED : A fatal error was encountered when running the sanity checks.
Possible values are: SUCCESS , FAILED
result
Optional
Result of the check. This field will be unset if result is not available at the current step of the task.
source_info
Optional
Information collected from the source machine. This field is used only for upgrade and migrate.
JSON Example
{
"status": "SUCCESS"
}