Forum Discussion
WVD Rest API
- Oct 16, 2019
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.
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.
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}
- PavithraTMar 30, 2020Microsoft
This is the endpoint - https://rdbroker.wvd.microsoft.com
Example:
- JaviMoraApr 04, 2020Copper ContributorI get 401 error. Any additional documentation about how to authenticate to use this API?
- BrunoWeinschutzApr 08, 2020Copper Contributor
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.