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

Page to fetch, zero offset.

integer
pageSize
Required

Results per page to fetch.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ProviderVdcs of type(s) application/json;version=37.0
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,
            "maxSupportedHwVersion": "string",
            "nsxTManager": {
                "name": "string",
                "id": "string"
            },
            "vimServer": {
                "name": "string",
                "id": "string"
            }
        }
    ]
}

400

Invalid configuration.

Returns Error of type(s) application/json;version=37.0
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace