Replication Get Recovery Settings

Replication Get Recovery Settings

This request returns the failover/migration and test recovery settings.

Request
URI
GET
https://{api_host}/replications/{replicationId}/recovery-settings
COPY
Path Parameters
string
replicationId
Required

VM replication identifier

replicationId example
H4-ec991bd5-af9d-446a-8599-5b693842c4a3
Query Parameters
string
site
Optional

Optional site to run the operation on. When omitted, defaults to the local site.

site example
site1
Header Parameters
string
operationID
Optional

Operation ID for correlating logs across multiple services


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns RecoverySettings of type(s) application/vnd.vmware.h4-v4.7+json;charset=UTF-8
{
    "failoverPlacement": {
        "vmFolder": "group-v4",
        "vmFolderName": "VM folder",
        "resourcePool": "resgroup-4",
        "resourcePoolName": "My Resource Pool",
        "host": "host-4",
        "hostName": "somehostname",
        "networkMappings": {
            "defaultNetwork": "network-14",
            "defaultNetworkName": "VM Network",
            "mappings": [
                {
                    "key": 4000,
                    "networkId": "network-14",
                    "networkName": "VM Network"
                }
            ]
        }
    },
    "testPlacement": {
        "vmFolder": "group-v4",
        "vmFolderName": "VM folder",
        "resourcePool": "resgroup-4",
        "resourcePoolName": "My Resource Pool",
        "host": "host-4",
        "hostName": "somehostname",
        "networkMappings": {
            "defaultNetwork": "network-14",
            "defaultNetworkName": "VM Network",
            "mappings": [
                {
                    "key": 4000,
                    "networkId": "network-14",
                    "networkName": "VM Network"
                }
            ]
        }
    }
}
failoverPlacement
Optional

failoverPlacement

testPlacement
Optional

testPlacement


401

The returned error codes include (but are not limited to): NotAuthenticated

Returns ApiError of type(s) application/vnd.vmware.h4-v4.7+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.


500

The returned error codes include (but are not limited to): GeneralServerFailure

Returns ApiError of type(s) application/vnd.vmware.h4-v4.7+json;charset=UTF-8
{
    "args": [],
    "code": "Forbidden",
    "msg": "Permission denied.",
    "stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
array of string
args
Optional

Positional arguments.

string
code
Optional

Specific error code.

string
msg
Optional

Detailed error message.

string
stacktrace
Optional

Exception stacktrace.