Get Merge Candidates For Pvdc
Return PVDCs that can merge with the given target PVDC urn.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/providerVdcs/{pvdcUrn}/mergeCandidates
COPY
Path Parameters
string
pvdcUrn
Required
pvdcUrn
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns ProviderVdcs of type(s) application/json;version=38.1
This response body class contains all of the following: Page , InlineProviderVdcs1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"name": "string",
"description": "string",
"isEnabled": false,
"memoryCapacityMB": 0,
"memoryReservationCapacityMB": 0,
"cpuCapacityMHz": 0,
"cpuReservationCapacityMHz": 0,
"maxVcpuSpeedMHz": 0,
"maxSupportedHwVersion": "string",
"creationStatus": "string",
"nsxTManager": {
"name": "string",
"id": "string"
},
"vimServer": {
"name": "string",
"id": "string"
}
}
]
}
400
Invalid configuration.
Returns Error of type(s) application/json;version=38.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 37.0
On This Page
Provider Vdc Operations
POST
Create Pvdc Projection
DELETE
Delete Pvdc Projection
GET
Get All Provider VD Cs
GET
Get Child Resource Pools
GET
Get Merge Candidates For Pvdc
GET
Get Metrics
GET
Get Provider Vdc
GET
Get Pvdc Projection
GET
Get Pvdc Projections
GET
Get Root Resource Pools
PUT
Update Pvdc Projection