Get Recovery Sddc Details

Get Recovery Sddc Details

Get details of a specific Recovery SDDC.

Request
URI
GET
https://{orchestrator_fqdn}/api/vcdr/v1alpha/recovery-sddcs/{id}
COPY
Path Parameters
string
id
Required

The Recovery SDDC of interest.


Authentication
This operation uses the following authentication methods.
Responses
200

OK. The request succeeded.

Returns RecoverySddcDetails of type(s) application/json
{
    "id": "string",
    "name": "string",
    "region": "string",
    "availability_zones": [
        "string"
    ]
}
string
id
Optional

The identifier of the Recovery SDDC.

string
name
Optional

The name of the Recovery SDDC.

string
region
Optional

The region containing the Recovery SDDC.

array of string
availability_zones
Optional

The availability zones in which the Recovery SDDC resides.


400

Bad request. The server could not understand the request.

Operation doesn't return any data structure

401

Unauthorized. The client has not authenticated.

Operation doesn't return any data structure

403

Forbidden. The client is not authorized.

Operation doesn't return any data structure

404

Not found. The server cannot find the specified resource.

Operation doesn't return any data structure

500

VMware Cloud DR-specific error.
An error unique to VMware Cloud DR was encountered while attempting to satisfy the request. See the returned object for details on the error.

Returns Error of type(s) application/json
{
    "messages": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ]
        }
    ]
}
messages
Optional

A stack or error messages. The first element (top of the stack) is the broadest description of the failure.