Loading...
Retrieve a list of all Azure Virtual Desktop Custom Hosts.
/api/AVD/CustomHost/All
The Provider ID for which to retrieve the list of Azure Virtual Desktop Custom Hosts.
Success
Bad Request
Unauthorized
curl -L \ --url '/api/AVD/CustomHost/All'
[ { "host": "text", "hostPool": "text", "hostOS": "text", "hostState": [ "0 = Unknown", "1 = PoweringOn", "2 = PoweringOff", "3 = PoweredOn", "4 = PoweredOff" ], "resourceGroup": "text", "location": "text", "virtualNetwork": "text", "providerId": 1, "azureId": "text" } ]