{ "id":"/axapi/v3/system/session", "type":"object", "node-type":"scalar", "title":"session", "auto-created-object":1, "description":"Session Entries", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "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", "description":"'all': all; 'total_l4_conn': Total L4 Count; 'conn_counter': Conn Count; 'conn_freed_counter': Conn Freed; 'total_l4_packet_count': Total L4 Packet Count; 'total_l7_packet_count': Total L7 Packet Count; 'total_l4_conn_proxy': Total L4 Conn Proxy Count; 'total_l7_conn': Total L7 Conn; 'total_tcp_conn': Total TCP Conn; 'curr_free_conn': Curr Free Conn; 'tcp_est_counter': TCP Established; 'tcp_half_open_counter': TCP Half Open; 'tcp_half_close_counter': TCP Half Closed; 'udp_counter': UDP Count; 'ip_counter': IP Count; 'other_counter': Non TCP/UDP IP sessions; 'reverse_nat_tcp_ounter': Reverse NAT TCP; 'reverse_nat_udp_ounter': Reverse NAT UDP; 'tcp_syn_half_open_counter': TCP SYN Half Open; 'conn_smp_alloc_counter': Conn SMP Alloc; 'conn_smp_free_counter': Conn SMP Free; 'conn_smp_aged_counter': Conn SMP Aged; 'ssl_count_curr': Curr SSL Count; 'ssl_count_total': Total SSL Count; 'server_ssl_count_curr': Current SSL Server Count; 'server_ssl_count_total': Total SSL Server Count; 'client_ssl_reuse_total': Total SSL Client Reuse; 'server_ssl_reuse_total': Total SSL Server Reuse; 'ssl_failed_total': Total SSL Failures; 'ssl_failed_ca_verification': SSL Cert Auth Verification Errors; 'ssl_server_cert_error': SSL Server Cert Errors; 'ssl_client_cert_auth_fail': SSL Client Cert Auth Failures; 'total_ip_nat_donn': Total IP Nat Conn; 'total_l2l3_conn': Totl L2/L3 Connections; 'client_ssl_ctx_malloc_failure': Client SSL Ctx malloc Failures; 'conn_type_0_available': Conn Type 0 Available; 'conn_type_1_available': Conn Type 1 Available; 'conn_type_2_available': Conn Type 2 Available; 'conn_type_3_available': Conn Type 3 Available; 'conn_type_4_available': Conn Type 4 Available; 'conn_smp_type_0_available': Conn SMP Type 0 Available; 'conn_smp_type_1_available': Conn SMP Type 1 Available; 'conn_smp_type_2_available': Conn SMP Type 2 Available; 'conn_smp_type_3_available': Conn SMP Type 3 Available; 'conn_smp_type_4_available': Conn SMP Type 4 Available; 'sctp-half-open-counter': SCTP Half Open; 'sctp-est-counter': SCTP Established; 'nonssl_bypass': NON SSL Bypass Count; 'ssl_failsafe_total': Total SSL Failsafe Count; 'ssl_forward_proxy_failed_handshake_total': Total SSL Forward Proxy Failed Handshake Count; 'ssl_forward_proxy_failed_tcp_total': Total SSL Forward Proxy Failed TCP Count; 'ssl_forward_proxy_failed_crypto_total': Total SSL Forward Proxy Failed Crypto Count; 'ssl_forward_proxy_failed_cert_verify_total': Total SSL Forward Proxy Failed Certificate Verification Count; 'ssl_forward_proxy_invalid_ocsp_stapling_total': Total SSL Forward Proxy Invalid OCSP Stapling Count; 'ssl_forward_proxy_revoked_ocsp_total': Total SSL Forward Proxy Revoked OCSP Response Count; 'ssl_forward_proxy_failed_cert_signing_total': Total SSL Forward Proxy Failed Certificate Signing Count; 'ssl_forward_proxy_failed_ssl_version_total': Total SSL Forward Proxy Unsupported version Count; 'ssl_forward_proxy_sni_bypass_total': Total SSL Forward Proxy SNI Bypass Count; 'ssl_forward_proxy_client_auth_bypass_total': Total SSL Forward Proxy Client Auth Bypass Count; 'conn_app_smp_alloc_counter': Conn APP SMP Alloc; ", "enum":[ "all", "total_l4_conn", "conn_counter", "conn_freed_counter", "total_l4_packet_count", "total_l7_packet_count", "total_l4_conn_proxy", "total_l7_conn", "total_tcp_conn", "curr_free_conn", "tcp_est_counter", "tcp_half_open_counter", "tcp_half_close_counter", "udp_counter", "ip_counter", "other_counter", "reverse_nat_tcp_ounter", "reverse_nat_udp_ounter", "tcp_syn_half_open_counter", "conn_smp_alloc_counter", "conn_smp_free_counter", "conn_smp_aged_counter", "ssl_count_curr", "ssl_count_total", "server_ssl_count_curr", "server_ssl_count_total", "client_ssl_reuse_total", "server_ssl_reuse_total", "ssl_failed_total", "ssl_failed_ca_verification", "ssl_server_cert_error", "ssl_client_cert_auth_fail", "total_ip_nat_donn", "total_l2l3_conn", "client_ssl_ctx_malloc_failure", "conn_type_0_available", "conn_type_1_available", "conn_type_2_available", "conn_type_3_available", "conn_type_4_available", "conn_smp_type_0_available", "conn_smp_type_1_available", "conn_smp_type_2_available", "conn_smp_type_3_available", "conn_smp_type_4_available", "sctp-half-open-counter", "sctp-est-counter", "nonssl_bypass", "ssl_failsafe_total", "ssl_forward_proxy_failed_handshake_total", "ssl_forward_proxy_failed_tcp_total", "ssl_forward_proxy_failed_crypto_total", "ssl_forward_proxy_failed_cert_verify_total", "ssl_forward_proxy_invalid_ocsp_stapling_total", "ssl_forward_proxy_revoked_ocsp_total", "ssl_forward_proxy_failed_cert_signing_total", "ssl_forward_proxy_failed_ssl_version_total", "ssl_forward_proxy_sni_bypass_total", "ssl_forward_proxy_client_auth_bypass_total", "conn_app_smp_alloc_counter" ] }, "optional":true } } ] } } }