{ "id":"/axapi/v3/system/dns-cache", "type":"object", "node-type":"scalar", "title":"dns-cache", "partition-visibility":"shared", "auto-created-object":1, "description":"DNS Cache Statistics", "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_q': Total query; 'total_r': Total server response; 'hit': Total cache hit; 'bad_q': Query not passed; 'encode_q': Query encoded; 'multiple_q': Query with multiple questions; 'oversize_q': Query exceed cache size; 'bad_r': Response not passed; 'oversize_r': Response exceed cache size; 'encode_r': Response encoded; 'multiple_r': Response with multiple questions; 'answer_r': Response with multiple answers; 'ttl_r': Response with short TTL; 'ageout': Total aged out; 'bad_answer': Bad Answer; 'ageout_weight': Total aged for lower weight; 'total_log': Total stats log sent; 'total_alloc': Total allocated; 'total_freed': Total freed; 'current_allocate': Current allocate; 'current_data_allocate': Current data allocate; 'resolver_queue_full': Resolver task queue full; 'truncated_r': Response with Truncation bit set; ", "enum":[ "all", "total_q", "total_r", "hit", "bad_q", "encode_q", "multiple_q", "oversize_q", "bad_r", "oversize_r", "encode_r", "multiple_r", "answer_r", "ttl_r", "ageout", "bad_answer", "ageout_weight", "total_log", "total_alloc", "total_freed", "current_allocate", "current_data_allocate", "resolver_queue_full", "truncated_r" ] } } } ] } } }