GET ComputeResources({id})/HypervisorsInPool

Get the hypervisors that exist in a XenServer compute resource hypervisor pool.

Note: This API only works for XenServer compute resources.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the compute resource.

Type:

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

See Filtering, Arranging, and Paging. The supported filters are:

  • All: All hypervisors. (default)

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

arrangeBy

See Filtering, Arranging, and Paging. The supported arrangers are:

  • Name: Arrange by name. (default)

Type: String

skip

See Filtering, Arranging, and Paging.

Type: Number

take

See Filtering, Arranging, and Paging.

Type: Number

Response Information

The hypervisors in the compute resource hypervisor pool.

Response type

CollectionResultModel<HypervisorModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/HypervisorsInPool]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Name": "10.1.1.20"
    }
  ]
}