DesktopPoolMetricsInfo

DesktopPoolMetricsInfo
DesktopPoolMetricsInfo

Metrics related to desktop pool.

JSON Example
{
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
    "num_connected_sessions": 50,
    "num_machines": 100,
    "occupancy_count": 60
}
string
id
Optional

Unique ID of the desktop pool.

integer As int32 As int32
num_connected_sessions
Optional

Number of connected sessions of the desktop pool.

integer As int32 As int32
num_machines
Optional

Number of machines in the desktop pool.

integer As int32 As int32
occupancy_count
Optional

Occupancy count for the desktop pool.

  • For dedicated assignment desktop, it is the number of assigned machine count.
  • For floating assignment desktop, it is the summation of the connected and disconnected sessions.