License meter attribute total uses not incremented

Hello,

We are using REST API to manage activations. Currently, facing issue while fetching License meter attribute (total uses) which is not getting incremented at all. Because of this not getting error related to “meter limit reached” problem when we reach meter attributes.

Using https://api.cryptlex.com/v3/activations/ca6cab11-8529-47b2-9c8e-f38c546cd853 api to update activations.

We can see meter attributes (uses) are updated only on individual activation logs but not license basis.

Our assumption is that, meter attributes defined during License creation is for all activations.

Pls let us know if anything we are missing. We need cumulative usage count of a license and get error msg when max is reached.

Thanks

Hi Suresh,

In the request json use the “usesIncrement” property not the “uses” property.

Regards,
Adnan

1 Like

Thanks Adnan. It worked