Layer7 API Management

 View Only
  • 1.  merchant wise report - API monitoring

    Posted May 03, 2019 10:06 AM

    Hi Team 

     

    My customer is evaluating  precision monitoring for CA API gateway  and he would like to get the report based on which merchant triggered more transactions on particular API .  We can get the info based on an particular API but is there any way to get info on which merchant ( Paytm , google , etc ) triggered more transaction  . In short he needs metrics based on merchant for an particular api.

     

    Thanks

     

    Santhosh



  • 2.  Re: merchant wise report - API monitoring
    Best Answer

    Broadcom Employee
    Posted May 05, 2019 07:05 PM

    Dear Santhosh,

    This is not available OOTB, but you can implement it in different ways.

    A simple example is that, you publish different API for different merchant but use fragment to reuse the API code, then the metrics of API will be the metrics of the merchant.

    Alternatively, you may do something similar as App in the API developer portal, define different Apps (for different merchant) to include the same API, call the api with parameter apikey to identify different App(merchant). You would need to associate the apikey with metrics (apikey is just a concept in portal, you can rename it as merchantID, or whatever)

     

    Regards,

    Mark