{ "id":"/axapi/v3/template/limit-policy/{policy-number}/limit-throughput", "type":"object", "node-type":"scalar", "title":"limit-throughput", "partition-visibility":"shared", "description":"Enable Throughput Rate Limit", "properties":{ "uplink":{ "type":"number", "format":"number", "minimum":1, "maximum":100000, "partition-visibility":"shared", "description":"Uplink Throughput limit (Mega Bits per second)", "optional":true }, "uplink-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":100000, "partition-visibility":"shared", "description":"Token Bucket Size (Must Exceed Configured Rate) (In Mega Bits per second)", "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":100000, "partition-visibility":"shared", "description":"Downlink Throughput limit (Mega Bits per second)", "optional":true }, "downlink-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":100000, "partition-visibility":"shared", "description":"Token Bucket Size (Must Exceed Configured Rate) (In Mega Bits per second)", "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":100000, "partition-visibility":"shared", "description":"Total Throughput limit (Mega Bits per second)", "optional":true }, "total-burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":100000, "partition-visibility":"shared", "description":"Token Bucket Size (Must Exceed Configured Rate) (In Mega Bits per second)", "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 } } }