{ "id":"/axapi/v3/rate-limit", "type":"object", "node-type":"scalar", "title":"rate-limit", "partition-visibility":"shared", "auto-created-object":1, "description":"Rate limit configuration", "properties":{ "rl-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ctrl': The max number of packets that can be sent to kernel in 100ms; ", "enum":[ "ctrl" ], "optional":true }, "maxPktNum":{ "type":"number", "format":"number", "minimum":1000, "maximum":100000, "default":10000, "partition-visibility":"shared", "description":"Max number of packets", "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 } } }