Last updated 10 months ago
Was this helpful?
Create Hosts
The ID of the target RAS HostPool.
No Content
const response = await fetch('/api/AVD/HostPool/{id}/CreateHosts', { method: 'POST', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }