2

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)

1
  • Hello Vanisree, I am not sure if you are still experiencing this issue, but if you are, have you checked to see that the payload is T correctly formatted and contains all the required fields? Commented Apr 2 at 19:53

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.