List Remote Application Performance 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/performance/remote-application
COPY
Query Parameters
string
session_id
Required
ID of the session, also applicable for global sessions.
session_id example
aa36240c-a7f4-3a00-9e3d-e71e2df1cc1b
string
pod_id
Optional
ID of the pod that hosted the session. Applicable for global sessions only
pod_id example
105717a7-eb8c-490e-90c4-8bfeb0e43d7e
Responses
200
OK
[
{
"description": "notepad.exe",
"name": "notepad",
"process_id": 1652079,
"remote_application_id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
"status": "RUNNING"
}
]
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