{ "id":"/axapi/v3/template/limit-policy/{policy-number}/limit-cps", "type":"object", "node-type":"scalar", "title":"limit-cps", "partition-visibility":"shared", "description":"Enable Connections Per Second Rate Limit", "properties":{ "value":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"Connections Per Second Rate Limit (Number of Connections per second)", "optional":true }, "burstsize":{ "type":"number", "format":"number", "minimum":1, "maximum":2147483647, "partition-visibility":"shared", "description":"CPS Token Bucket Size (Must Exceed Configured Rate) (In Connections per second)", "optional":true }, "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 } } }