Get Compute Pools
Request
URI
GET
https://{api_host}/dt-rest/v100/infrastructure/hypervisormanager/{id}/computepools/
COPY
Path Parameters
string
id
Required
id
Responses
200
[
{
"type": "string",
"computeRefId": "string",
"cpu": 0,
"cpuPartition": 0,
"memoryInMBs": 0,
"memoryPartitionInMBs": 0,
"memoryOverallocation": "number",
"dcId": "string",
"partitioned": false,
"unbounded": false,
"hypervisorManager": "DtHypervisorManager Object",
"usage": 0,
"tenantDesktopManagerId": "string",
"tenantDesktopManager": {
"state": "string",
"vmgrId": "string",
"dataCenterId": "string",
"cpuCapacity": 0,
"ramCapacity": 0,
"organizationId": 0,
"monitoringHost": "string",
"lastMonitorTime": "string",
"provisioningEnabled": false,
"lastUpdated": "string",
"dateCreated": "string",
"name": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
},
"organizationId": 0,
"lastUpdated": "string",
"displayName": "string",
"cpuOverallocation": "number",
"dateCreated": "string",
"properties": [
{
"computePoolId": "string",
"name": "string",
"value": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
]