Layer7 API Management

  • 1.  Quantity/Max quantity in the Generate UUID assertion

    Posted Jan 03, 2019 11:23 AM

    Hello All, 

     

    Could you please suggest what parameters to consider to get the number of Quantity/Max Quantity in the Generate UUID assertion ? My CA api proxy consists of 3 backend service operations (getDocumentList, getDocument and deleteDocument). Assuming there would be around 1 M users of my proxy, what number of Quantity/Max Quantity would be sufficient ? Also what is the max limit of Max Quantity that I can mention as it's not mentioned in the doc? 



  • 2.  Re: Quantity/Max quantity in the Generate UUID assertion
    Best Answer

    Broadcom Employee
    Posted Jan 03, 2019 12:03 PM

    Hi Pramod,

     

    The max value of max quantity is 999,999,999. Though the quantity generated tends to eat up Java heap space. You will likely find that generating the max will result in an error.

     

    The quantity to generate should match your needs, ie 1 million in the case you described. I don't completely understand the use case but basically, set the quantity to what you need, the max to the upper limit of what can be generated. That can be helpful when variablizing the number of UUID's to generate to make sure it is not exceeded.

     

    Regards,

    Joe