{ "id":"/axapi/v3/slb/dns", "type":"object", "node-type":"scalar", "title":"dns", "partition-visibility":"shared", "auto-created-object":1, "description":"DNS Packet 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; 'slb_req': No. of requests; 'slb_resp': No. of responses; 'slb_no_resp': No. of resource failures; 'slb_req_rexmit': No. of request retransmits; 'slb_resp_no_match': No. of requests with no response; 'slb_no_resource': No. of resource failures; 'nat_req': (NAT) No. of requests; 'nat_resp': (NAT) No. of responses; 'nat_no_resp': (NAT) No. of resource failures; 'nat_req_rexmit': (NAT) No. of request retransmits; 'nat_resp_no_match': (NAT) No. of requests with no response; 'nat_no_resource': (NAT) No. of resource failures; 'nat_xid_reused': (NAT) No. of requests reusing a transaction id; ", "enum":[ "all", "slb_req", "slb_resp", "slb_no_resp", "slb_req_rexmit", "slb_resp_no_match", "slb_no_resource", "nat_req", "nat_resp", "nat_no_resp", "nat_req_rexmit", "nat_resp_no_match", "nat_no_resource", "nat_xid_reused" ] }, "optional":true } } ] } } }