I am using the Azure Purview metadata restoration API to bulk restore metadata. While the API call returns a 200 status code and a success message, the response body contains an empty guidAssignments object. This prevents me from verifying whether the data has been restored correctly.
Steps Taken:
- Used the Azure AD Service Principal for authentication.
- The restore payload includes entities extracted from a backup file.
- Sent the payload to the endpoint:
https://<purview-account-name>.purview.azure.com/datamap/api/atlas/v2/entity/bulk.
Response Received:
- HTTP Status: 200
- Response Body:
{"guidAssignments": {}}
Please help identify why no data is being restored and how I can resolve this issue.
Request ID: e7006e7f-3ed6-42a9-97b7-fc9e9c4d93ac (from the response headers)