{ "id":"/axapi/v3/slb/dns-response-rate-limiting", "type":"object", "node-type":"scalar", "title":"dns-response-rate-limiting", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure DNS Response-Rate-Limiting", "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; 'curr_entries': Current Entry Count; 'total_created': Total Entry Created; 'total_inserted': Total Entry Inserted; 'total_withdrew': Total Entry Withdrew; 'total_ready_to_free': Total Entry Ready To Free; 'total_freed': Total Entry Freed; 'total_logs': Total Logs; 'total_overflow_entry_hits': Total Overflow Entry Hits; 'total_refill': Total Refills; 'total_credit_exceeded': Total Credit Exceeded; 'other_thread_refill': Other Thread Refilling; 'err_entry_create_failed': Entry Creation Failure; 'err_entry_create_oom': Entry Creation Out of Memory; 'err_entry_ext_create_oom': Entry Extension Creation Out of Memory; 'err_entry_insert_failed': Entry Insert Failed; 'err_vport_fail_match': Failed to Match Vport; ", "enum":[ "all", "curr_entries", "total_created", "total_inserted", "total_withdrew", "total_ready_to_free", "total_freed", "total_logs", "total_overflow_entry_hits", "total_refill", "total_credit_exceeded", "other_thread_refill", "err_entry_create_failed", "err_entry_create_oom", "err_entry_ext_create_oom", "err_entry_insert_failed", "err_vport_fail_match" ] } } } ] } } }