Forum Discussion
nsakthi
Microsoft
Oct 09, 2023Exporting Microsoft Purview Data Assets using the REST API
Exporting Data Assets from Microsoft Purview using the REST API in Python enables a streamlined process to retrieve structured metadata and asset information. By leveraging the REST API and Python, u...
Yuvaraja1
Dec 13, 2024Copper Contributor
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!
nsakthi
Microsoft
Dec 31, 2024Hi 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.