Please enable JavaScript.
Coggle requires JavaScript to display documents.
APIM 01 - Coggle Diagram
APIM 01
subscription key
- all API
- single API
- single product
-
curl --header "Ocp-Apim-Subscription-Key: <key string>" https://<apim gateway>.azure-api.net/api/path
curl https://<apim gateway>.azure-api.net/api/path?subscription-key=<key string>
-
Components
- Accepts API calls and routes them to the backend.
- Verifies API keys, JWT tokens, certificates, and other credentials.
- Enforces usage quotas and rate limits.
- Transforms your API on the fly without code modifications.
- Caches backend responses where set up.
- Logs call metadata for analytics purposes.
2, Azure portal
- Define or import API schema.
- Package APIs into products.
- Set up policies such as quotas or transformations on the APIs.
- Get insights from analytics.
- Manage users.
- Read API documentation.
- Try out an API via the interactive console.
- Create an account and subscribe to get API keys.
- Access analytics on their own usage.
price
- developer
- basic
- standard
- premium
- consumption
-
-
why
- documentation
- limit access
- health monitoring
- json format
- connecto to any API
- analytics
- security
import
- blank api
- open API
- wadl
- wsdl
- logic app
- api app
- function app
-