ManagerRecoveryPlanExecutionStep
ManagerRecoveryPlanExecutionStep
Represents the execution step of a recovery plan.
AllOf
This class requires all of the following:
JSON Example
{
"delay": 0,
"execEnd": 1464261618370,
"execStart": 1464261608370,
"isSkipped": true,
"name": "Plan 1",
"prompt": "Are you sure you want to continue?",
"result": "SUCCEEDED",
"sequence": 1,
"stepId": "70c4c1ac-54a5-4a05-b23e-b9ee580ce70c",
"waitedOnPrompt": 5000,
"recoveryExecutions": [
{
"error": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"execEnd": 1464261618370,
"execStart": 1464261608370,
"owner": "root",
"recoveryState": "string",
"replicationId": "C4VAPP-9ad34b0a-f134-45ea-acf9-98aa8e969271",
"result": "SUCCEEDED",
"sourceSite": "site1",
"vmName": "myvm",
"warnings": [
{
"cause": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
},
"error": {
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
}
]
}
]
}
array of RecoveryExecution
recoveryExecutions
Optional
Information about execution of recovery operation for replications in the step.