template limit-policy limit-cps¶
Enable Connections Per Second Rate Limit
limit-cps Specification¶
Parameter Value Type Configuration Resource Element Name limit-cps Element URI /axapi/v3/template/limit-policy/{policy-number}/limit-cps Element Attributes limit-cps_attributes Partition Visibility shared Schema limit-cps schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/template/limit-policy/{policy-number}/limit-cps | ||
Get Object | GET | /axapi/v3/template/limit-policy/{policy-number}/limit-cps | ||
Modify Object | POST | /axapi/v3/template/limit-policy/{policy-number}/limit-cps | ||
Replace Object | PUT | /axapi/v3/template/limit-policy/{policy-number}/limit-cps | ||
Delete Object | DELETE | /axapi/v3/template/limit-policy/{policy-number}/limit-cps |
limit-cps attributes¶
burstsize
Description CPS Token Bucket Size (Must Exceed Configured Rate) (In Connections per second)
Type: number
Range: 1-2147483647
relaxed
Description Relax the limitation when the policy has more tokens from the parent of policy
Type: boolean
Supported Values: true, false, 1, 0
Default: 0
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
value
Description Connections Per Second Rate Limit (Number of Connections per second)
Type: number
Range: 1-2147483647