Get All Provider VD Cs
Retrieve a list of all provider VDCs. Results can be filtered by context (_context). Supported contexts are: DVS (_context==dvs-NN;vimServer.id==urn:vcloud:vimserver:uuid) - | Returns all the provider VDCs which are related to the DVS. The VimServer is required for this filtering. External Network (_context==urn:vcloud:network:uuid) - | Returns all the provider VDCs which are related to the external network. Network Pool (_context==urn:vcloud:networkpool:uuid) - | Returns all the provider VDCs which are accessible to the network pool.
Filter for a query. FIQL format.
Field to use for ascending sort
Field to use for descending sort
Page to fetch, zero offset.
Results per page to fetch.
OK
{
"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"
}
}
]
}
Invalid configuration.
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace