May 30 2019 05:34 AM
Is there any information available on when or how to access the WVD rest API? Microsoft Graph? I only see information about using PowerShell.
I found the web GUI portal that I can deploy while I wait for official release. I assume this is using some type of rest API.
Link to GUI portal https://github.com/Azure/RDS-Templates/tree/master/wvd-templates/wvd-management-ux/deploy
Any information would be great!
May 30 2019 07:58 PM
@techguy129 we are working on the documentation. We will come back when available. I have no ETA at this time for you.
Oct 16 2019 08:06 AM
Solution@Jesper West: The documentation has been updated at GA. Go to https://aka.ms/wvdgetstarted. In the menu on the left click Resources which guides you to our REST API documentation.
Oct 16 2019 08:09 AM
@evasse indeed, but you didn't include the endpoints of the rest api.. So where to connect?
GET https://localhost:9000/RdsManagement/V1/TenantGroups/{tenantGroupName}/Tenants/{tenantName}
Apr 04 2020 02:38 AM
Apr 08 2020 10:43 AM
You need user a service principal to authenticate. You can use a flow to interact with the WVD API.
In audience field always use this url: https://mrs-prod.ame.gbl/mrs-RDInfra-prod and in the others fields, enter the information of your tenant id, client id and secret.
May 05 2020 04:27 AM
@JaviMora I've been trying to get past the 401 error for a year now. I'm not sure how its possible that this has worked for anyone.
Oct 16 2019 08:06 AM
Solution@Jesper West: The documentation has been updated at GA. Go to https://aka.ms/wvdgetstarted. In the menu on the left click Resources which guides you to our REST API documentation.