{ "id":"/axapi/v3/acos-events/message-id/{log-msg}+{message-id-scope-route}/property/rate-limit", "type":"object", "node-type":"scalar", "title":"rate-limit", "partition-visibility":"shared", "description":"Enable/disable rate limiting of log message(s)", "properties":{ "rate-limit-val":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': enable rate-limiting of logs; 'disable': disable rate-limiting of logs; ", "enum":[ "enable", "disable" ], "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 } } }