{ "id":"/axapi/v3/debug/rate-limit", "type":"object", "node-type":"scalar", "title":"rate-limit", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Debug Rate Limiting", "properties":{ "raw-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Print entry info per second", "optional":true }, "per-pkt-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Print entry info based on code path of each pkt", "optional":true }, "life-cycle-log":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Print entry life cycle info", "optional":true }, "tpl-id":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "partition-visibility":"shared", "description":"Template ID", "optional":true }, "entry-ip":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Source Address", "optional":true }, "metric":{ "type":"number", "format":"number", "minimum":0, "maximum":3, "partition-visibility":"shared", "description":"CPS 0 Uplink 1 Downlink 2 Total 3", "optional":true }, "cpu-id":{ "type":"number", "format":"number", "minimum":0, "maximum":60, "partition-visibility":"shared", "description":"Starting From 0", "optional":true }, "dumy":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Dummy", "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 } } }