{ "id":"/axapi/v3/slb/crl-srcip", "type":"object", "node-type":"scalar", "title":"crl-srcip", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure connection rate limit", "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; 'sessions_alloc': Sessions allocated; 'sessions_freed': Sessions freed; 'out_of_sessions': Out of sessions; 'too_many_sessions': Too many sessions consumed; 'called': Threshold check count; 'permitted': Honor threshold count; 'threshold_exceed': Threshold exceeded count; 'lockout_drop': Lockout drops; 'log_msg_sent': Log messages sent; ", "enum":[ "all", "sessions_alloc", "sessions_freed", "out_of_sessions", "too_many_sessions", "called", "permitted", "threshold_exceed", "lockout_drop", "log_msg_sent" ] } } } ] } } }