RecoveryPlanInfo_ExecutionInfo
RecoveryPlanInfo_ExecutionInfo
Represents information about the execution of a recovery plan.
JSON Example
{
"isSuspendRequested": false,
"lastError": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"lastOperation": "string",
"promptStepId": "5ee9224f-305d-46f6-865f-b605e70acef8",
"state": "string"
}
boolean
isSuspendRequested
Optional
Whether a plan execution is to be suspended.
string As uuid As uuid
promptStepId
Optional
The Id of the step which is suspended on a prompt. Filled in only when suspended on a prompt. (either this or lastError must be null).