{ "id":"/axapi/v3/slb/virtual-server/{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":"'tcp': TCP LB service; 'udp': UDP Port; 'others': for no tcp/udp protocol, do IP load balancing; 'diameter': diameter port; 'dns-tcp': DNS service over TCP; 'dns-udp': DNS service over UDP; 'fast-http': Fast HTTP Port; 'fix': FIX Port; 'ftp': File Transfer Protocol Port; 'ftp-proxy': ftp proxy port; 'http': HTTP Port; 'https': HTTPS port; 'imap': imap proxy port; 'mlb': Message based load balancing; 'mms': Microsoft Multimedia Service Port; 'mysql': mssql port; 'mssql': mssql; 'pop3': pop3 proxy port; 'radius': RADIUS Port; 'rtsp': Real Time Streaming Protocol Port; 'sip': Session initiation protocol over UDP; 'sip-tcp': Session initiation protocol over TCP; 'sips': Session initiation protocol over TLS; 'smpp-tcp': SMPP service over TCP; 'spdy': spdy port; 'spdys': spdys port; 'smtp': SMTP Port; 'mqtt': MQTT Port; 'mqtts': MQTTS Port; 'ssl-proxy': Generic SSL proxy; 'ssli': SSL insight; 'ssh': SSH Port; 'tcp-proxy': Generic TCP proxy; 'tftp': TFTP Port; 'fast-fix': Fast FIX port; 'http-over-quic': HTTP3-over-quic port; ", "enum":[ "tcp", "udp", "others", "diameter", "dns-tcp", "dns-udp", "fast-http", "fix", "ftp", "ftp-proxy", "http", "https", "imap", "mlb", "mms", "mysql", "mssql", "pop3", "radius", "rtsp", "sip", "sip-tcp", "sips", "smpp-tcp", "spdy", "spdys", "smtp", "mqtt", "mqtts", "ssl-proxy", "ssli", "ssh", "tcp-proxy", "tftp", "fast-fix", "http-over-quic" ], "optional":false }, "stats":{ "type":"object", "properties":{ "curr_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Current established connections", "long-description":"{}", "optional":true }, "total_l4_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Total L4 connections established", "long-description":"{}", "optional":true }, "total_l7_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total L7 connections established", "long-description":"{}", "optional":true }, "total_tcp_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total TCP connections established", "long-description":"{}", "optional":true }, "total_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Total connections established", "long-description":"{}", "optional":true }, "total_fwd_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Bytes processed in forward direction", "long-description":"{}", "optional":true }, "total_fwd_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Packets processed in forward direction", "long-description":"{}", "optional":true }, "total_rev_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Bytes processed in reverse direction", "long-description":"{}", "optional":true }, "total_rev_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Packets processed in reverse direction", "long-description":"{}", "optional":true }, "total_dns_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"10", "description":"Total DNS packets processed", "long-description":"{}", "optional":true }, "total_mf_dns_pkts":{ "type":"number", "format":"counter", "size":"2", "oid":"11", "description":"Total MF DNS packets", "long-description":"{}", "optional":true }, "es_total_failure_actions":{ "type":"number", "format":"counter", "size":"2", "oid":"12", "description":"Total failure actions", "long-description":"{}", "optional":true }, "compression_bytes_before":{ "type":"number", "format":"counter", "size":"2", "oid":"13", "description":"Data into gzip compression engine", "long-description":"{}", "optional":true }, "compression_bytes_after":{ "type":"number", "format":"counter", "size":"2", "oid":"14", "description":"Data out of gzip compression engine", "long-description":"{}", "optional":true }, "compression_hit":{ "type":"number", "format":"counter", "size":"2", "oid":"15", "description":"Number of requests compressed", "long-description":"{}", "optional":true }, "compression_miss":{ "type":"number", "format":"counter", "size":"2", "oid":"16", "description":"Number of requests NOT compressed", "long-description":"{}", "optional":true }, "compression_miss_no_client":{ "type":"number", "format":"counter", "size":"2", "oid":"17", "description":"Compression miss no client", "long-description":"{}", "optional":true }, "compression_miss_template_exclusion":{ "type":"number", "format":"counter", "size":"2", "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":"{}", "optional":true }, "total_req":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"Total requests", "long-description":"{}", "optional":true }, "total_req_succ":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"Total successful requests", "long-description":"{}", "optional":true }, "peak_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"Peak connections", "long-description":"{}", "optional":true }, "curr_conn_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"Current connection rate", "long-description":"{}", "optional":true }, "last_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"Last response time", "long-description":"{}", "optional":true }, "fastest_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"Fastest response time", "long-description":"{}", "optional":true }, "slowest_rsp_time":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"Slowest response time", "long-description":"{}", "optional":true }, "loc_permit":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"Geo-location Permit count", "long-description":"{}", "optional":true }, "loc_deny":{ "type":"number", "format":"counter", "size":"8", "oid":"28", "description":"Geo-location Deny count", "long-description":"{}", "optional":true }, "loc_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"29", "description":"Geo-location Connection count", "long-description":"{}", "optional":true }, "curr_ssl_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"30", "description":"Current SSL connections", "long-description":"{}", "optional":true }, "total_ssl_conn":{ "type":"number", "format":"counter", "size":"8", "oid":"31", "description":"Total SSL connections", "long-description":"{}", "optional":true }, "backend-time-to-first-byte":{ "type":"number", "format":"counter", "size":"8", "oid":"32", "description":"Backend Time from Request to Response First Byte", "long-description":"{}", "optional":true }, "backend-time-to-last-byte":{ "type":"number", "format":"counter", "size":"8", "oid":"33", "description":"Backend Time from Request to Response Last Byte", "long-description":"{}", "optional":true }, "in-latency":{ "type":"number", "format":"counter", "size":"8", "oid":"34", "description":"Request Latency at Thunder", "long-description":"{}", "optional":true }, "out-latency":{ "type":"number", "format":"counter", "size":"8", "oid":"35", "description":"Response Latency at Thunder", "long-description":"{}", "optional":true }, "total_fwd_bytes_out":{ "type":"number", "format":"counter", "size":"8", "oid":"36", "description":"Bytes processed in forward direction (outbound)", "long-description":"{}", "optional":true }, "total_fwd_pkts_out":{ "type":"number", "format":"counter", "size":"8", "oid":"37", "description":"Packets processed in forward direction (outbound)", "long-description":"{}", "optional":true }, "total_rev_bytes_out":{ "type":"number", "format":"counter", "size":"8", "oid":"38", "description":"Bytes processed in reverse direction (outbound)", "long-description":"{}", "optional":true }, "total_rev_pkts_out":{ "type":"number", "format":"counter", "size":"8", "oid":"39", "description":"Packets processed in reverse direction (outbound)", "long-description":"{}", "optional":true }, "curr_req_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"40", "description":"Current request rate", "long-description":"{}", "optional":true }, "curr_resp":{ "type":"number", "format":"counter", "size":"8", "oid":"41", "description":"Current response", "long-description":"{}", "optional":true }, "total_resp":{ "type":"number", "format":"counter", "size":"8", "oid":"42", "description":"Total response", "long-description":"{}", "optional":true }, "total_resp_succ":{ "type":"number", "format":"counter", "size":"8", "oid":"43", "description":"Total successful responses", "long-description":"{}", "optional":true }, "curr_resp_rate":{ "type":"number", "format":"counter", "size":"8", "oid":"44", "description":"Current response rate", "long-description":"{}", "optional":true }, "dnsrrl_total_allowed":{ "type":"number", "format":"counter", "size":"8", "oid":"45", "description":"DNS Response-Rate-Limiting Total Responses Allowed", "long-description":"{}", "optional":true }, "dnsrrl_total_dropped":{ "type":"number", "format":"counter", "size":"8", "oid":"46", "description":"DNS Response-Rate-Limiting Total Responses Dropped", "long-description":"{}", "optional":true }, "dnsrrl_total_slipped":{ "type":"number", "format":"counter", "size":"8", "oid":"47", "description":"DNS Response-Rate-Limiting Total Responses Slipped", "long-description":"{}", "optional":true }, "dnsrrl_bad_fqdn":{ "type":"number", "format":"counter", "size":"8", "oid":"48", "description":"DNS Response-Rate-Limiting Bad FQDN", "long-description":"{}", "optional":true }, "throughput-bits-per-sec":{ "type":"number", "format":"counter", "size":"8", "oid":"49", "description":"Throughput in bits/sec", "long-description":"{}", "optional":true }, "dynamic-memory":{ "type":"number", "format":"counter", "size":"8", "oid":"52", "description":"dynamic memory (bytes) used by the vport(alloc-free)", "long-description":"{}", "optional":true }, "ip_only_lb_fwd_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"53", "description":"IP-Only-LB Bytes processed in forward direction", "long-description":"{}", "optional":true }, "ip_only_lb_rev_bytes":{ "type":"number", "format":"counter", "size":"8", "oid":"54", "description":"IP-Only-LB Bytes processed in reverse direction", "long-description":"{}", "optional":true }, "ip_only_lb_fwd_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"55", "description":"IP-Only-LB Packets processed in forward direction", "long-description":"{}", "optional":true }, "ip_only_lb_rev_pkts":{ "type":"number", "format":"counter", "size":"8", "oid":"56", "description":"IP-Only-LB Packets processed in reverse direction", "long-description":"{}", "optional":true }, "total_dns_filter_type_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"57", "description":"Total DNS Filter Type Drop", "long-description":"{}", "optional":true }, "total_dns_filter_class_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"58", "description":"Total DNS Filter Class Drop", "long-description":"{}", "optional":true }, "dns_filter_type_a_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"59", "description":"DNS Filter Type A Drop", "long-description":"{}", "optional":true }, "dns_filter_type_aaaa_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"60", "description":"DNS Filter Type AAAA Drop", "long-description":"{}", "optional":true }, "dns_filter_type_cname_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"61", "description":"DNS Filter Type CNAME Drop", "long-description":"{}", "optional":true }, "dns_filter_type_mx_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"62", "description":"DNS Filter Type MX Drop", "long-description":"{}", "optional":true }, "dns_filter_type_ns_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"63", "description":"DNS Filter Type NS Drop", "long-description":"{}", "optional":true }, "dns_filter_type_srv_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"64", "description":"DNS Filter Type SRV Drop", "long-description":"{}", "optional":true }, "dns_filter_type_ptr_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"65", "description":"DNS Filter Type PTR Drop", "long-description":"{}", "optional":true }, "dns_filter_type_soa_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"66", "description":"DNS Filter Type SOA Drop", "long-description":"{}", "optional":true }, "dns_filter_type_txt_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"67", "description":"DNS Filter Type TXT Drop", "long-description":"{}", "optional":true }, "dns_filter_type_any_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"68", "description":"DNS Filter Type Any Drop", "long-description":"{}", "optional":true }, "dns_filter_type_others_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"69", "description":"DNS Filter Type OTHERS Drop", "long-description":"{}", "optional":true }, "dns_filter_class_internet_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"70", "description":"DNS Filter Class INTERNET Drop", "long-description":"{}", "optional":true }, "dns_filter_class_chaos_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"71", "description":"DNS Filter Class CHAOS Drop", "long-description":"{}", "optional":true }, "dns_filter_class_hesiod_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"72", "description":"DNS Filter Class HESIOD Drop", "long-description":"{}", "optional":true }, "dns_filter_class_none_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"73", "description":"DNS Filter Class NONE Drop", "long-description":"{}", "optional":true }, "dns_filter_class_any_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"74", "description":"DNS Filter Class ANY Drop", "long-description":"{}", "optional":true }, "dns_filter_class_others_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"75", "description":"DNS Filter Class OTHERS Drop", "long-description":"{}", "optional":true }, "dns_rpz_action_drop":{ "type":"number", "format":"counter", "size":"8", "oid":"76", "description":"DNS RPZ Action Drop", "long-description":"{}", "optional":true }, "dns_rpz_action_pass_thru":{ "type":"number", "format":"counter", "size":"8", "oid":"77", "description":"DNS RPZ Action Pass Through", "long-description":"{}", "optional":true }, "dns_rpz_action_tcp_only":{ "type":"number", "format":"counter", "size":"8", "oid":"78", "description":"DNS RPZ Action TCP Only", "long-description":"{}", "optional":true }, "dns_rpz_action_nxdomain":{ "type":"number", "format":"counter", "size":"8", "oid":"79", "description":"DNS RPZ Action NXDOMAIN", "long-description":"{}", "optional":true }, "dns_rpz_action_nodata":{ "type":"number", "format":"counter", "size":"8", "oid":"80", "description":"DNS RPZ Action NODATA", "long-description":"{}", "optional":true }, "dns_rpz_action_local_data":{ "type":"number", "format":"counter", "size":"8", "oid":"81", "description":"DNS RPZ Action Local Data", "long-description":"{}", "optional":true }, "dns_rpz_trigger_client_ip":{ "type":"number", "format":"counter", "size":"8", "oid":"82", "description":"DNS RPZ Trigger Client IP", "long-description":"{}", "optional":true }, "dns_rpz_trigger_resp_ip":{ "type":"number", "format":"counter", "size":"8", "oid":"83", "description":"DNS RPZ Trigger Response IP", "long-description":"{}", "optional":true }, "dns_rpz_trigger_ns_ip":{ "type":"number", "format":"counter", "size":"8", "oid":"84", "description":"DNS RPZ Trigger NS IP", "long-description":"{}", "optional":true }, "dns_rpz_trigger_qname":{ "type":"number", "format":"counter", "size":"8", "oid":"85", "description":"DNS RPZ Trigger Qname IP", "long-description":"{}", "optional":true }, "dns_rpz_trigger_ns_name":{ "type":"number", "format":"counter", "size":"8", "oid":"86", "description":"DNS RPZ Trigger NS Name", "long-description":"{}", "optional":true }, "compression_bytes_before_br":{ "type":"number", "format":"counter", "size":"2", "oid":"87", "description":"Data into brotli compression engine", "long-description":"{}", "optional":true }, "compression_bytes_after_br":{ "type":"number", "format":"counter", "size":"2", "oid":"88", "description":"Data out of brotli compression engine", "long-description":"{}", "optional":true }, "compression_bytes_before_total":{ "type":"number", "format":"counter", "size":"2", "oid":"89", "description":"Data into compression engine", "long-description":"{}", "optional":true }, "compression_bytes_after_total":{ "type":"number", "format":"counter", "size":"2", "oid":"90", "description":"Data out of compression engine", "long-description":"{}", "optional":true }, "compression_hit_br":{ "type":"number", "format":"counter", "size":"2", "oid":"91", "description":"Number of requests compressed with brotli", "long-description":"{}", "optional":true }, "compression_miss_br":{ "type":"number", "format":"counter", "size":"2", "oid":"92", "description":"Number of requests NOT compressed with brotli", "long-description":"{}", "optional":true }, "compression_hit_total":{ "type":"number", "format":"counter", "size":"2", "oid":"93", "description":"Number of requests compressed", "long-description":"{}", "optional":true }, "compression_miss_total":{ "type":"number", "format":"counter", "size":"2", "oid":"94", "description":"Number of requests NOT compressed", "long-description":"{}", "optional":true }, "dnsrrl_total_tc":{ "type":"number", "format":"counter", "size":"8", "oid":"95", "description":"DNS Response-Rate-Limiting Total Responses Replied With Truncated", "long-description":"{}", "optional":true }, "http1_client_idle_timeout":{ "type":"number", "format":"counter", "size":"8", "oid":"96", "description":"HTTP1 Client Idle Timeout", "long-description":"{}", "optional":true }, "http2_client_idle_timeout":{ "type":"number", "format":"counter", "size":"8", "oid":"97", "description":"HTTP2 Client Idle Timeout", "long-description":"{}", "optional":true } } } }, "required":[ "port-number", "protocol" ] }