RecreateHosts

Recreate Hosts

Recreate Hosts

POST/api/RDS/HostPool/{id}/RecreateHosts
Path parameters
id*integer (int32)

The ID of the target RAS HostPool.

Response

No Content

Request
const response = await fetch('/api/RDS/HostPool/{id}/RecreateHosts', {
    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.