RecoveryExecution

RecoveryExecution
RecoveryExecution

Represents information related to the recovery execution.

JSON Example
{
    "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."
            }
        }
    ]
}
error
Optional

error

integer As int64 As int64
execEnd
Optional

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.

integer As int64 As int64
execStart
Optional

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.

string
owner
Optional

The owner of the replication.

string
recoveryState
Optional

The recovery state at the completion of the execution.

string
replicationId
Optional

ID of the replication that recovery operation was run for.

string
result
Optional

The outcome of the replication recovery. This is the state of the run recovery task. Possible values are: ["SUCCEEDED", "FAILED"]

string
sourceSite
Optional

Source site of the replication.

string
vmName
Optional

The name of the source VM.

warnings
Optional

Warning from the recovery workflow. These are the warnings of the run recovery task.