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