{ "id":"/axapi/v3/slb/sport-rate-limit", "type":"object", "node-type":"scalar", "title":"sport-rate-limit", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure source port 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; 'alloc_sport': Alloc'd src port entry; 'alloc_sportip': Alloc'd src port-ip entry; 'freed_sport': Freed src port entry; 'freed_sportip': Freed src port-ip entry; 'total_drop': Total rate exceed drop; 'total_reset': Total rate exceed reset; 'total_log': Total log sent; ", "enum":[ "all", "alloc_sport", "alloc_sportip", "freed_sport", "freed_sportip", "total_drop", "total_reset", "total_log" ] } } } ] } } }