Forum Discussion
Yuvaraja1
Dec 13, 2024Copper Contributor
Re: Exporting Microsoft Purview Data Assets using the REST API
Hi nsakthi
I am trying to create "New Term in the Glossary" in the Microsoft Purview New Portal using a Python script. However, the creation is occurring in the Classic Portal instead.
Below is the URL I am using in the Python script:
https://api.purview-service.microsoft.com
Thanks in advance!
2 Replies
- nsakthi
Microsoft
Hi Yuvaraja1
Kindly check your firewall settings and API version. Additionally, if you have Private Endpoints enabled, please verify your DNS configuration.
Configure Microsoft Purview firewall - Microsoft Purview | Azure Docs
Confirm that your firewall allows these global and tenant-specific endpoints (replacing the accountname and tenantid with your values):
-
- api.purview-service.microsoft.com
- accountname.purview.azure.com
- tenantid-api.purview-service.microsoft.com
I hope this helps.
-