RecoveryBackupJobReturnResult

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


Properties

messages Required

List of messages.


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.

Possible values are: FAILWARNINGOK

JSON Example

{
	"messages": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"status": "FAIL"
}
Returned By

Cancel Backup Job

Feedback

Was this page helpful?