neutron-lib/api-ref/source/v2/samples/qos/packet_rate_limit_rule-create-request.json
LIU Yulong db45b9226d Adds API extension for QoS rule type pps
This patch adds new API extension for QoS rule
type packet per second(pps).

Related-bug: #1912460
Change-Id: I4148fb3c0da6c45f24ddd4d640c2ad0d34778e51
2021-05-24 10:37:00 +08:00

7 lines
105 B
JSON

{
"packet_rate_limit_rule": {
"max_kpps": "10000",
"max_burst_kpps": "10000"
}
}