<< < 1 2 3 4   ∑:87  Sort:Date

Debug API Operation Test
How to debug issues in an API Operation Test? The first step to debug an API operation issue is to review the "trace" information in the test result. 1. Repeat the test on "Add new user" operation of the "First API". 2. Click "Try it" and scroll down. 3. Click "Send". You see test result displayed. ...
2018-03-28, ∼2285🔥, 0💬

Top Level Policy for All Azure APIs
How to view and edit the top level policy for all Azure APIs? Be default, Azure automatically creates a top level policy for all APIs. In the top level policy, the "forward-request" policy statement is added in the "backend" section automatically forward client request to the backend service. But if...
2018-03-24, ∼2263🔥, 0💬

The Default Policy
What is the default policy for an Azure API operation? The default policy for an Azure API operation is the following: &lt;!-- Default-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;/inbound&gt; &lt;backend&gt; &lt;forwa...
2023-03-27, ∼2258🔥, 1💬

Azure API Policy Examples
Where to find examples of API policy for Azure API Management Services at Azure Portal? Here is a list of examples of API policy for Azure API Management Services at Azure Portal: The Default Policy Policy to Echo the Request Body Only Policy to Set and Get Custom Variables   ⇒ The Default Policy ⇐...
2017-10-23, ∼2251🔥, 0💬

Policy to Echo the Request Body Only
How to write a policy to echo the request body only? Here is a policy that echoes the request body only: &lt;!-- Echo-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;/inbound&gt; &lt;backend&gt; &lt;/backend&gt; &...
2017-10-23, ∼2232🔥, 0💬

View Policy of an API Operation
How to View Policy of an API Operation? My API operation is not calling the backend service. 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 Ser...
2018-03-24, ∼2216🔥, 0💬

Policy Hierarchy and 'base' Statement
What are the relations among API policies defined at product level, API level, and operation level? Azure API Management allows you to define policies at 3 levels: Top Level policy - Policy defined at top level can be shared amount all APIs. You can use the "base" policy statement in the API policy ...
2018-03-10, ∼2182🔥, 0💬

'wait' Policy Statement
How to use the "wait" Policy statement to make multi-threading calls for an Azure API service operation? The "wait" Policy Statement allows you to make multi-threading calls to external systems. The "wait" statement has the following syntax: &lt;wait for="all|any"&gt; &lt;send-request .....
2018-01-13, ∼2150🔥, 0💬

'mock-response' Policy Statement
How to use the "mock-response" Policy statement to return an example response for an Azure API service operation? The "mock-response" Policy Statement allows you to return a fake response and stop the Azure API processing immediately. The "mock-response" Statement has the following syntax: &lt;m...
2018-01-16, ∼2127🔥, 0💬

Setup Policy to Azure API Operations - 2017 Version
What are steps to set up policy to an Azure API Operation 2017 version? If you want to add policy statements to be executed between the Azure API and the backend service, you need to setup policy to the Azure API operation as shown in this tutorial: 1. Login to Azure Portal . 2. Go to API Management...
2018-06-12, ∼2076🔥, 0💬

View Effective Policy of API Operation - 2017 Version
How to View Effective Policy of an API Operation 2017 version? My API operation is not calling the backend service. If your API operation is not calling the backend service, you need to view the effective policy of the API operation to see why backend service is not called. 1. Go to the publisher po...
2018-07-18, ∼2014🔥, 0💬

Making API More User Friendly
Where to find tutorials on Making API More User Friendly with Azure API Management Service? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Making API More User Friendly with Azure API Management Service: Add API Operation Request Body Examples...
2018-03-28, ∼1988🔥, 0💬

'set-status' Policy Statement
How to use the "set-status" Policy statement to modify the response status for an Azure API service operation? The "set-status" Policy Statement allows you to change the status code of the response. For example, the following outbound policy changes the status code of the response to 401: &lt;ou...
2018-01-13, ∼1933🔥, 0💬

What Can I See on Developer Portal
What API can I see on the Developer Portal? What API you can see on the Developer Portal is depending on who you are. 1. If you are a publisher user in the "Administrator" group, you can see all APIs included in all API products. 2. If you are a publisher user but not in the "Administrator" group, y...
2018-03-31, ∼1912🔥, 0💬

What I You Test on Developer Portal
What API can I test on the Developer Portal? What API you can test on the Developer Portal is depending is limited to those APIs and operations that you have been given with subscription keys. 1. If you are a publisher user in the "Administrator" group, you can test all API operations included in al...
2018-03-31, ∼1329🔥, 0💬

<< < 1 2 3 4   ∑:87  Sort:Date