Get session hosts for a host pool

Returns a paginated, optionally sorted and filtered list of session hosts for a specific host pool.
Ordered by name (ascending) by default. Supports multi-field sorting and JSON/RQL filters.

Sort format: Field:direction pairs comma separated (e.g. Name:asc,AllowNewSession:desc). Any public session host list-item property is sortable.

Filter format: Supports JSON and RQL formats (e.g. eq(powerState,Running)). Any public session host list-item property is filterable.

Path Params
uuid
required

The unique identifier of the host pool.

Query Params
string

Optional filter expression.

string

Sort expression for ordering results.

int32
1 to 2147483647

The page number to retrieve (1-based). Default: 1.

int32
1 to 100

The number of items per page (1-100). Default: 50.

Responses

500

Internal server error.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json