List Global Desktop Entitlements Metrics

List Global Desktop Entitlements Metrics

Note: CPA must be initialized for the pod for invoking this API. All the listed privileges are required -

Privileges Description
FEDERATED_LDAP_VIEW Caller should have permission to this privilege, to perform this operation.
POOL_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}/rest/monitor/v1/global-desktop-entitlements/metrics
COPY
Query Parameters
string of array
ids
Required

Global desktop entitlements IDs


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "6f93b3a5-e7d0-4ad6-a1e3-48268dd1ed80",
        "local_capacity": 10,
        "local_connected_sessions": 30,
        "local_occupancy_count": 80
    }
]

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

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure