I’m trying to configure a proxy to only apply the quota policy if the product has a quota set.
I’ve tried the following code, but the variable apiproduct.developer.quota.interval is always null.
<Step>
<FaultRules/>
<Name>impose-quota</Name>
<Condition>(apiproduct.developer.quota.interval != null)</Condition> </Step>