Get Merge Candidates For Pvdc

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
Constraints: minimum: 1 default: 1

Page to fetch, zero offset.

integer
pageSize
Required
Constraints: minimum: 0 maximum: 128 default: 25

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProviderVdcs of type(s) application/json;version=39.1
This response body class contains all of the following: InlineProviderVdcs0 , 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=39.1
"Error Object"
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/providerVdcs/{pvdcUrn}/mergeCandidates?page=value&pageSize=v