{ "id":"/axapi/v3/template/limit-policy/{policy-number}/limit-pps", "type":"object", "node-type":"scalar", "title":"limit-pps", "partition-visibility":"shared", "description":"Enable Packets Per Second Rate Limit", "properties":{ "uplink":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Uplink PPS limit (Number of Packets per second)", "optional":true }, "uplink-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"PPS Token Bucket Size (Must Exceed Configured Rate) (In Packets)", "optional":true }, "uplink-relaxed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Relax the limitation when the policy has more tokens from the parent of policy", "optional":true }, "downlink":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Downlink PPS limit (Number of Packets per second)", "optional":true }, "ddos-protection-factor":{ "type":"number", "format":"number", "minimum":1, "maximum":50, "partition-visibility":"shared", "description":"Enable DDoS Protection (Multiplier of the downlink PPS)", "optional":true }, "downlink-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"PPS Token Bucket Size (Must Exceed Configured Rate) (In Packets)", "optional":true }, "downlink-relaxed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Relax the limitation when the policy has more tokens from the parent of policy", "optional":true }, "total":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Total PPS limit (Number of Packets per second)", "optional":true }, "total-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"PPS Token Bucket Size (Must Exceed Configured Rate) (In Packets)", "optional":true }, "total-relaxed":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Relax the limitation when the policy has more tokens from the parent of policy", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }