You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Resources |
addressContext |
operatorAggregatePolicer
operatorAggregatePolicer These objects protect the system from a variety of network-borne attacks. Use operatorAggregatePolicer to optimally pass the traffic at a certain policed rate and a fixed bucket size for operator ACL. |
Exists on Condition | ../name='default' |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| fillRate | O | union | 20000 |
The policing fill rate (in pkts/sec) set to 20000 pkt/sec as default value i.e
if not mentioned by operator.
|
| bucketSize | O | union | 50 |
The policing bucket size (in pkts). Set to 50 pkt if not specified by operator.
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/addressContext/{name}/operatorAggregatePolicer |