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