List Desktop Pool Metrics

List Desktop Pool Metrics

All the listed privileges are required -

Privileges Description
POOL_VIEW Caller should have permission to this privilege on the associated access group of each desktop pool to read corresponding desktop pool metrics
Request
URI
GET
https://{api_host}//localhost/rest/monitor/v1/desktop-pools/metrics
COPY
Query Parameters
string of array
ids
Required

Desktop pool IDs


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
        "num_connected_sessions": 50,
        "num_machines": 100,
        "occupancy_count": 60
    }
]

401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure