api-management

Monetization in wso2 api manager version 2.6.0

若如初见. 提交于 2020-11-25 03:57:30
问题 How can use monetization in wso2 api manager version 2.6.0? it have label for free or paid for example: https://docs.wso2.com/display/AM260/Configuring+API+Monetization+Category+Labels But I dont want label. I want calculate money for per api and user see api price. for example user used api and per request I can calculate and report monetization. 来源: https://stackoverflow.com/questions/64735080/monetization-in-wso2-api-manager-version-2-6-0

Querying Azure APIM Diagnostic Logs

我是研究僧i 提交于 2019-12-25 00:13:47
问题 I've enabled diagnostic logs for APIM which are being sent to log-analytics. Scenario All incoming requests to server have RequestTracking_Id header. All backend services use RequestTracking_Id header from the request in logs to track the request. But from in APIM logs, I'm not able to pull this header to query upon. Is there any way it is possible to have header information of incoming requests in APIM diagnostic logs? Query: AzureDiagnostics | where Type contains "Azure" and Resource

API Management with GIT

左心房为你撑大大i 提交于 2019-12-24 07:57:55
问题 I have an API management instance running. I know API management has its own GIT repository. I can successfully clone, change and push changes up to my API management GIT repository. My issue is, I have my own VSTS Git Repository (source control for all my other code) that I need to keep using. The fact that I now have 2 GIT repositories (one in VSTS and one in API management) is confusing. Can someone let me know what the process for managing these two repositories is? Or is there a way to

Reusing APIM policy expressions

偶尔善良 提交于 2019-12-20 05:56:30
问题 I have some complex policy expressions which i want to reuse across different Operations. Is there a way to achieve this in Azure APIM? The policy expressions can be used at different scopes such as Global, Product, API or operational scopes. To be very clear,let us say i have a utility function which is written as a policy expression. I want to reuse it in different APIs , as well as at different Operations. At the moment i need to copy the complex expression in all places where i want to

Reusing APIM policy expressions

拟墨画扇 提交于 2019-12-02 07:47:06
I have some complex policy expressions which i want to reuse across different Operations. Is there a way to achieve this in Azure APIM? The policy expressions can be used at different scopes such as Global, Product, API or operational scopes. To be very clear,let us say i have a utility function which is written as a policy expression. I want to reuse it in different APIs , as well as at different Operations. At the moment i need to copy the complex expression in all places where i want to use it. I want to know if there is any possibility to reuse the code. If you're looking to define a