Computing cost of each APIs are different (some GET methods is more lightweight than POST for e.g.). To achieve flexible and fair distribution of API usages for each users/tenants, we'd like to set weights to each API calls, and ratelimit or set quota on total weights requested.
For example, in Apigee platform, you can configure message weight for each apis.
Is it possible to achieve such by utilizing APIM policies?
Thank you.