RecoveryRestoreJobReturnResult
Job.ReturnResult structure Structure representing precheck result
Properties
status
Required
Job.ReturnStatus enumerated type Defines the state of precheck
FAIL : Check failed
WARNING : Passed with warnings
OK : Check passed
Possible values are: FAIL , WARNING , OK
JSON Example
{
"messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"status": "FAIL"
}