{ "id":"/axapi/v3/system/resource-accounting/template/{name}/system-resources", "type":"object", "node-type":"scalar", "title":"system-resources", "operation-not-allowed": ["DELETE"], "partition-visibility":"shared", "description":"Enter the system resource limits", "properties":{ "bw-limit-cfg":{ "type":"object", "properties":{ "bw-limit-max":{ "type":"number", "format":"number", "minimum":10, "maximum":10000000, "partition-visibility":"shared", "description":"Enter the bandwidth limit in mbps (Bandwidth limit in Mbit/s (no limits applied by default))" }, "bw-limit-watermark-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable watermark (90% drop, keep existing sessions, drop new sessions)" } } }, "concurrent-session-limit-cfg":{ "type":"object", "properties":{ "concurrent-session-limit-max":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "description":"Enter the Concurrent Session limit (cps) (Concurrent-Session cps limit (no limits applied by default))" } } }, "l4-session-limit-cfg":{ "type":"object", "properties":{ "l4-session-limit-max":{ "type":"string", "format":"string", "minLength":1, "maxLength":5, "partition-visibility":"shared", "description":"Enter the l4 session limit in % (0.01% to 99.99%) (Enter a number from 0.01 to 99.99 (up to 2 digits precision))" }, "l4-session-limit-min-guarantee":{ "type":"string", "format":"string", "minLength":1, "maxLength":5, "default":"0", "partition-visibility":"shared", "description":"minimum guaranteed value in % (up to 2 digits precision) (Enter a number from 0 to 99.99)" } } }, "l4cps-limit-cfg":{ "type":"object", "properties":{ "l4cps-limit-max":{ "type":"number", "format":"number", "minimum":100, "maximum":1000000, "partition-visibility":"shared", "description":"Enter the L4 cps limit (L4 cps limit (no limits applied by default))" } } }, "l7cps-limit-cfg":{ "type":"object", "properties":{ "l7cps-limit-max":{ "type":"number", "format":"number", "minimum":100, "maximum":300000, "partition-visibility":"shared", "description":"L7cps-limit (L7 cps limit (no limits applied by default))" } } }, "natcps-limit-cfg":{ "type":"object", "properties":{ "natcps-limit-max":{ "type":"number", "format":"number", "minimum":100, "maximum":1000000, "partition-visibility":"shared", "description":"Enter the Nat cps limit (NAT cps limit (no limits applied by default))" } } }, "fwcps-limit-cfg":{ "type":"object", "properties":{ "fwcps-limit-max":{ "type":"number", "format":"number", "minimum":100, "maximum":1000000, "partition-visibility":"shared", "description":"Enter the Firewall cps limit (Firewall cps limit (no limits applied by default))" } } }, "ssl-throughput-limit-cfg":{ "type":"object", "properties":{ "ssl-throughput-limit-max":{ "type":"number", "format":"number", "minimum":10, "maximum":10000000, "partition-visibility":"shared", "description":"Enter the ssl throughput limit in mbps (SSL Througput limit in Mbit/s (no limits applied by default))" }, "ssl-throughput-limit-watermark-disable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Disable watermark (90% drop, keep existing sessions, drop new sessions)" } } }, "sslcps-limit-cfg":{ "type":"object", "properties":{ "sslcps-limit-max":{ "type":"number", "format":"number", "minimum":100, "maximum":300000, "partition-visibility":"shared", "description":"Enter the SSL cps limit (SSL cps limit (no limits applied by default))" } } }, "threshold":{ "type":"number", "format":"number", "minimum":1, "maximum":99, "partition-visibility":"shared", "description":"Enter the threshold as a percentage (Threshold in percentage(default is 100%))", "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 } } }