Get Logon Segment Info

Get Logon Segment Info

At least one of the listed privileges is required -

Privileges Description
MACHINE_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.
FEDERATED_SESSIONS_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}/rest/helpdesk/v1/logon-timing/logon-segment
COPY
Query Parameters
string
session_id
Required

ID of the session, also applicable for global sessions

session_id example
42bfd2d2-1a87-3d07-a24a-0fbbc60e37ee
string
pod_id
Optional

ID of the pod that hosted the session. Applicable for global sessions only

pod_id example
6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LogonSegmentInfo of type(s) */*
{
    "logon_segment_data": "<logon Segment>"
}
string
logon_segment_data
Optional

Logon segment data of the session.


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

404

Not Found

Operation doesn't return any data structure

409

Conflict | CPA not initialized for the pod

Operation doesn't return any data structure