Loading...
Retrieve a list of all Azure Virtual Desktop Custom Hosts.
The Provider ID for which to retrieve the list of Azure Virtual Desktop Custom Hosts.
Success
Host
Host Pool
Host OS
Power State
Resource Group
Location
Virtual Network
Provider Id
Azure Id
const response = await fetch('/api/AVD/CustomHost/All', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "host": "text", "hostPool": "text", "hostOS": "text", "hostState": [ "0 = Unknown", "1 = PoweringOn", "2 = PoweringOff", "3 = PoweredOn", "4 = PoweredOff" ], "resourceGroup": "text", "location": "text", "virtualNetwork": "text", "azureId": "text" } ]