[{"label":"Latest (1.0.0alpha)","version":"latest"}]
vcdr
GetRecoverySddcResponse
Response object encoding an array of summary information about Recovery SDDCs.
Properties
array of
RecoverySddcSummary
data
Optional
Object encoding an array of summary information about Recovery SDDCs.
JSON Example
{
"data": [
{
"id": "string",
"name": "string"
}
]
}