End Remote Process
At least one of the listed privileges is required -
Privileges | Description |
---|---|
MANAGE_REMOTE_PROCESS | Caller should have permission to this privilege, to perform this operation. |
MACHINE_MANAGEMENT | Caller should have permission to this privilege, to perform this operation. |
Request
URI
POST
https://{api_host}/rest/helpdesk/v1/performance/remote-process/action/end-remote-process
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
Request Body
RemoteProcessSpec of type(s) application/json
Required
{
"create_time_stamp": 1687202598,
"name": "svchost.exe",
"process_id": 1636
}
integer As int64 As int64
create_time_stamp
Required
The process creation time stamp.
string
name
Required
The name of the process
integer As int64 As int64
process_id
Required
The process id.
Responses
204
No Content
Operation doesn't return any data structure
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
On This Page
Help Desk Operations
POST
End Remote Application
POST
End Remote Process
GET
Get Display Protocol Performance Info
GET
Get Logon Segment Info
GET
Get Remote Assistant Ticket Info
GET
List Historical Performance Info
GET
List Process Performance Info
GET
List Remote Application Performance Info