© 2024 Parallels International GmbH. All rights reserved.
Invoke RD Session Host role installation 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}/InstallRDSRole', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }