[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
Get Recovery SDDC Details
DescriptionGet details of a specific Recovery SDDC.
Request
URLURL
https://{orchestrator_fqdn}/api/vcdr/v1alpha/recovery-sddcs/{id}
Path Parameters
Path Parameters
string
id
Required
The Recovery SDDC of interest.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
RecoverySddcDetails
of type application/json
OK. The request succeeded.
{
"availability_zones": [
"string"
],
"id": "string",
"name": "string",
"region": "string"
}
array of
string
availability_zones
Optional
The availability zones in which the Recovery SDDC resides.
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.
Errors
400
Bad request. The server could not understand the request.
401
Unauthorized. The client has not authenticated.
403
Forbidden. The client is not authorized.
404
Not found. The server cannot find the specified resource.
Error
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.
Code Samples
cURL Command
curl https://{orchestrator_fqdn}/api/vcdr/v1alpha/recovery-sddcs/{id}
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vcdr-roles-config:
mutatorMethod: false
roles:
- DR_ADMIN
- DR_TESTER
- BACKUP_ADMIN
- SERVICE_ADMIN
- SDDC_ADMIN
- AUDITOR
[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr