Get Vmc Sddcs
Retrieves a list of SDDCs for a specific VMware service application that are available
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/serviceApps/{serviceAppId}/sddcs
COPY
Path Parameters
string
serviceAppId
Required
serviceAppId
string
serviceAppId
Required
serviceAppId
Responses
200
OK
Returns VmcSddcs of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineVmcSddcs1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"vcUsername": "string",
"vcPassword": "string",
"proxyConfigUrn": "string"
}
]
}
404
The specified resource was not found
Returns Error of type(s) application/json;version=39.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace