appliance recovery backup job: return result
The
return_result
structure contains the result information for the cancel operation.Representation:
{
"messages": [
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
}
],
"status": "FAIL"
}
"messages": [
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
},
{
"args": [
"string",
"string"
],
"default_message": "string",
"id": "string"
}
],
"status": "FAIL"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
status | string | Status of the cancel operation. Defines the return type for the cancel operation. You specify the return status when you return the result of cancel job. See appliance.recovery.backup.job.return_result. Value is one of: FAIL: Cancel operation failed. WARNING: Cancel operation passed with warnings. OK: Cancel operation succeeded. |
messages | localizable_message[] | List of messages. |