Get a hypervisor resource pool identified by {pool-id}.

get/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/resource-pools/{pool-id}

Details of a hypervisors resource pool.

Securitybearer
Request
path Parameters
hypervisor-id
required
string

UUID string uniquely identifying the hypervisor manager.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
pool-id
required
string

UUID string uniquely identifying the hypervisor resource pool resource.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "appInfo": {
    },
  • "childResourcePools": [
    ],
  • "clusterInfo": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "displayName": "resourcePool1",
  • "generation": 0,
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "resourcePool1",
  • "ownerInfo": {
    },
  • "resourceUri": "/virtualization/v1beta1/hypervisor-managers/{hypervisor-id}/resource-pools/{pool-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z"
}