{ "id":"/axapi/v3/cgnv6/dns64-virtualserver/{name}/port/{port-number}+{protocol}/stats", "type":"object", "node-type":"list", "title":"port", "description":"Statistics for the object port", "properties":{ "port-number":{ "type":"number", "oid":"1001", "format":"number", "minimum":0, "maximum":65534, "description":"Port", "optional":false }, "protocol":{ "type":"string", "oid":"1002", "format":"enum", "description":"'dns-udp': DNS service over UDP; ", "enum":[ "dns-udp" ], "optional":false }, "stats":{ "type":"object", "properties":{ "curr_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Current connection", "long-description":"{Number of sessions currently existing}", "optional":true }, "total_l4_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Total L4 connections", "long-description":"{Total number of L4 sessions created}", "optional":true }, "total_l7_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total L7 connections", "long-description":"{Total number of L7 sessions created}", "optional":true }, "toatal_tcp_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total TCP connections", "long-description":"{Total number of TCP sessions created}", "optional":true }, "total_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Total connections", "long-description":"{Total number of all sessions created}", "optional":true }, "total_fwd_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Total forward bytes", "long-description":"{Total number of bytes sent in the forward direction}", "optional":true }, "total_fwd_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Total forward packets", "long-description":"{Total number of packets sent in the forward direction}", "optional":true }, "total_rev_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Total reverse bytes", "long-description":"{Total number of bytes sent in the reverse directions}", "optional":true }, "total_rev_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Total reverse packets", "long-description":"{Total number of packets sent in the reverse direction}", "optional":true }, "total_dns_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Total DNS packets", "long-description":"{umber total dns dns packets pkts}", "optional":true }, "total_mf_dns_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Total MF DNS packets", "long-description":"{umber mf total mf dns packets pkts}", "optional":true }, "es_total_failure_actions":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Total failure actions", "long-description":"{}", "optional":true }, "compression_bytes_before":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Data into compression engine", "long-description":"{}", "optional":true }, "compression_bytes_after":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"Data out of compression engine", "long-description":"{}", "optional":true }, "compression_hit":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Number of requests compressed", "long-description":"{}", "optional":true }, "compression_miss":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"Number of requests NOT compressed", "long-description":"{}", "optional":true }, "compression_miss_no_client":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"Compression miss no client", "long-description":"{}", "optional":true }, "compression_miss_template_exclusion":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"Compression miss template exclusion", "long-description":"{}", "optional":true }, "curr_req":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"Current requests", "long-description":"{Total number of current request for which response had not been received}", "optional":true }, "total_req":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"Total requests", "long-description":"{Total number of requests to server}", "optional":true }, "total_req_succ":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"Total successful requests", "long-description":"{Total number of requests to server succeded}", "optional":true }, "peak_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"Peak connections", "long-description":"{Maximum number of sessions established simultaneouly}", "optional":true }, "curr_conn_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"Current connection rate", "long-description":"{Number of sessions established every second}", "optional":true }, "last_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"Last response time", "long-description":"{Average response time for the virtual server}", "optional":true }, "fastest_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"Fastest response time", "long-description":"{Fastest response time for a request}", "optional":true }, "slowest_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"Slowest response time", "long-description":"{Lowest response time for a request}", "optional":true } } } }, "required":[ "port-number", "protocol" ] }