Name | Description | Schema | Default | Example |
---|---|---|---|---|
name required |
string | null |
Platinum |
|
description optional |
string | null |
Allows 50 request(s) per minute. |
|
tierLevel optional |
string | null |
api |
|
attributes optional |
Custom attributes added to the tier policy |
map | null |
{} |
requestCount required |
Maximum number of requests which can be sent within a provided unit time |
long | null |
50 |
unitTime required |
long | null |
60000 |
|
timeUnit optional |
string | null |
min |
|
tierPlan required |
This attribute declares whether this tier is available under commercial or free |
string | null |
FREE |
stopOnQuotaReach required |
By making this attribute to false, you are capabale of sending requests even if the request count exceeded within a unit time |
boolean | null |
true |