{ "id":"/axapi/v3/slb/rate-limit-log", "type":"object", "node-type":"scalar", "title":"rate-limit-log", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure rate limit logging", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'total_log_times': Total log times; 'total_log_msg': Total log messages; 'local_log_msg': Local log messages; 'remote_log_msg': Remote log messages; 'local_log_rate': Local rate (per sec); 'remote_log_rate': Remote rate (per sec); 'msg_too_big': Log message too big; 'buff_alloc_fail': Buffer alloc fail; 'no_route': No route; 'buff_send_fail': Buffer send fail; 'alloc_conn': Log-session alloc; 'free_conn': Log-session free; 'conn_alloc_fail': Log-session alloc fail; 'no_repeat_msg': No repeat message; 'local_log_dropped': Local log dropped due to rate-limit; ", "enum":[ "all", "total_log_times", "total_log_msg", "local_log_msg", "remote_log_msg", "local_log_rate", "remote_log_rate", "msg_too_big", "buff_alloc_fail", "no_route", "buff_send_fail", "alloc_conn", "free_conn", "conn_alloc_fail", "no_repeat_msg", "local_log_dropped" ] } } } ] } } }