Recovery_Backup_Job_ReturnResult

Recovery_Backup_Job_ReturnResult
Recovery_Backup_Job_ReturnResult

The Job.ReturnResult structure contains the result information for the cancel operation.

JSON Example
{
    "status": "string",
    "messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ]
        }
    ]
}
status
Required

The Job.ReturnStatus enumerated type defines the return type for the cancel operation. You specify the return status when you return the result of cancel job. See Job.ReturnResult.
FAIL : Cancel operation failed.
WARNING : Cancel operation passed with warnings.
OK : Cancel operation succeeded.

messages
Required

List of messages.