Processes

List

get

Retrieve the list of all processes for all the RD Session Host sessions.

Query parameters
SiteIdinteger · int32Optional

Site ID for which processes for all the RD Session Host sessions will be retrieved (optional)

ServerstringOptional

Filter the result by server name (optional)

Responses
get
/api/RDS/Host/sessions/processes

List by Server ID

get

Retrieve the list of all processes for all the sessions of a specified RDS.

Path parameters
idinteger · int32Required

Server ID for which processes for all the RD Session Host sessions will be retrieved

Responses
get
/api/RDS/Host/{id}/sessions/processes

List by Server ID and Session ID

get

Retrieve the list of all processes for a specified session of a specified RDS.

Path parameters
idinteger · int32Required

Server ID for which processes of a specified RD Session Host session will be retrieved

sessionIdinteger · int32Required

Session ID for which all processes will be retrieved

Responses
get
/api/RDS/Host/{id}/sessions/{sessionId}/processes

Get

get

Retrieve a process with a specified PID for a specified session of a specified RD Session Host.

Path parameters
idinteger · int32Required

Server ID for which a process of a specified RD Session Host session will be retrieved

sessionIdinteger · int32Required

Session ID for which a specified process will be retrieved

pidinteger · int32Required

ID of the process to be retrieved

Responses
get
/api/RDS/Host/{id}/sessions/{sessionId}/processes/{pid}

Was this helpful?