DisableLogonsAndReconnections

Disable Logons And Reconnections

Disable logons and reconnections on RD Session Host with the specified ID.

POST/api/RDS/Host/{id}/DisableLogonsAndReconnections
Path parameters
id*integer (int32)

The ID of a RD Session Host server.

Response

No Content

Request
const response = await fetch('/api/RDS/Host/{id}/DisableLogonsAndReconnections', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "type": "text",
  "title": "text",
  "detail": "text",
  "instance": "text"
}

Other Resources

Feedback

© 2024 Parallels International GmbH. All rights reserved.