<< < 1 2 3 4   Sort: Date

API Level Policy for All Operations
How to add and view the API level policy for all operations in the API? Be default, Azure automatically creates an API level policy for all operation in an API. You can follow this tutorial to review or add the default API level policy. 1. Go to the publisher dashboard of the API Management Service....
2018-07-22, 1544🔥, 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, 1544🔥, 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, 1508🔥, 0💬

What Is Azure API Policy
What Is Azure API Policy? Azure API Policy is a set of plugin rules to be executed between Azure API and the backend service. Those plugin rules are written in Azure API policy statements in XML format. An Azure API policy contains two major blocks: 1. Inbound Policy - Policy statements to be execut...
2018-03-10, 1494🔥, 0💬

'set-method' Policy Statement
How to use the "set-method" Policy Statement for an Azure API service operation? The "set-method" Policy Statement can be used to modify the HTTP verb when Azure forwarding the client request to the backend Web service. By default, Azure uses the save HTTP verb as client request received at the Azur...
2018-01-16, 1488🔥, 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, 1444🔥, 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, 1435🔥, 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, 1433🔥, 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, 1421🔥, 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, 1386🔥, 0💬

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, 1385🔥, 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, 1326🔥, 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, 1305🔥, 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, 1251🔥, 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, 998🔥, 0💬

<< < 1 2 3 4   Sort: Date