Tools, FAQ, Tutorials:
View Policy of an API Operation
How to View Policy of an API Operation? My API operation is not calling the backend service.
✍: FYIcenter.com
If your API operation is not calling the backend service, you need to view the policy of the API operation to see why backend service is not called.
1. Go to the publisher dashboard of the API Management Service.
2. Select "First API" in the API list.
3. Select "Add new user" in the operation list. You see the "Design" tab open.
4. Click the "Edit" icon in the "Backend" section. You see backend processing logic displayed.
5. Click "Code View". You see the policy code displayed:
<policies> <inbound> <base /> </inbound> <backend> <base /> </backend> <outbound> <base /> </outbound> <on-error> <base /> </on-error> </policies>
The picture below shows you steps on how to view gateway policy of an API operation:
⇒ Add Request URL Template Parameters
2018-03-24, 1737🔥, 0💬
Popular Posts:
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
How to use "link" command tool to link objet files? If you have object files previously compiled by ...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...