Sessions

List Sessions by Site ID

get

Retrieve the list of all sessions.

Query parameters
SiteIdinteger · int32Optional

Site ID of which the sessions will be retrieved (optional)

ServerstringOptional

Filter the result by server name (optional)

Responses
get
/api/RDS/Host/sessions

List Sessions Status by Server ID

get

Retrieve a list of sessions for a specified RDS.

Path parameters
idinteger · int32Required

RD Session Host ID

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

Get Sessions Status

get

Retrieve a specific session.

Path parameters
idinteger · int32Required

The ID of the RD Session Host server.

sessionIdinteger · int32Required

The ID of a specific session.

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

Was this helpful?