Loading...
Disable logons and reconnections on RD Session Host with the specified ID.
The ID of a RD Session Host server.
No Content
const response = await fetch('/api/RDS/Host/{id}/DisableLogonsAndReconnections', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }