DeploymentCheckInfo
The CheckInfo structure describes the result of the appliance deployment check.
Properties
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.
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
JSON Example
{
"status": "SUCCESS"
}