Search code examples
azureazure-storagebackupazure-api-managementazure-rest-api

"message": "No HTTP resource was found that matches the request URI while sending the POST request for backup in APIM


Using this Azure Management REST API for backing up the APIM Instance data but getting the below error:

"message": "No HTTP resource was found that matches the request URI

enter image description here

Passed the Authorization token and the backup parameters in the body correctly but not sure what is the cause of this error. The APIM Instance has plenty of APIs with the GET, POST, PUT, DEL Operations.


Solution

  • Thanks for your guess.

    You're wright! The URL is mistaken while using in Postman. And then If I send the request again with the correct URL, I got the below message:

     "code": "ServiceLocked",
            "message": "The API Service assist-prod-us-ni25-gateway is transitioning at this time. Please try the request again later.
    

    After sometime, I got the backup file in the given Storage account container area.

    enter image description here