PodSessionMetricsInfo

PodSessionMetricsInfo
PodSessionMetricsInfo

Metrics related to Pod Session. This considers the sessions launched using Desktop or Application that are part of Global Entitlement and Global Application Entitlement.

JSON Example
{
    "local_pod": true,
    "num_brokered_sessions": 6,
    "num_hosted_sessions": 4,
    "pod_id": "fd69e42f-9812-4bf2-b000-84e92882616d",
    "pod_name": "test_pod"
}
boolean
local_pod
Optional

Indicates if the counter details belong to the local POD. This is going to be true for only one POD in the Federation.

integer As int32 As int32
num_brokered_sessions
Optional

Total number of brokered global sessions.

  • This value will not be set for pods running on an older version(before 7.12.0).
integer As int32 As int32
num_hosted_sessions
Optional

Total number of hosted global sessions.

  • This value will not be set if there is atleast one pod in federation which is running on an older version(before 7.12.0).
string
pod_id
Optional

Pod id.

string
pod_name
Optional

Name of the pod.