POST api_v2/CloudTerminalServers/CloseUserRdpSession
Завершить RDP сессию
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Данные сессии |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <TerminalServerID>c1ea6909-67cc-4dfc-a367-25eea354bec6</TerminalServerID> <UserRdpSessionID>2</UserRdpSessionID> </Request>
application/json, text/json
Sample:
{ "TerminalServerID": "c1ea6909-67cc-4dfc-a367-25eea354bec6", "UserRdpSessionID": 2 }
Response Information
Результат завершения сессии
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}