RecoveryExecution
Represents information related to the recovery execution.
{
"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."
}
}
]
}
The time when the replication recovery completed The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
The time when the replication recovery started The time is specified as the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
The owner of the replication.
The recovery state at the completion of the execution.
ID of the replication that recovery operation was run for.
The outcome of the replication recovery. This is the state of the run recovery task. Possible values are: ["SUCCEEDED", "FAILED"]
Source site of the replication.
The name of the source VM.
Warning from the recovery workflow. These are the warnings of the run recovery task.