{ "id":"/axapi/v3/slb/hm-dplane/entry/stats", "type":"object", "node-type":"scalar", "title":"entry", "description":"Statistics for the object entry", "properties":{ "stats":{ "type":"object", "properties":{ "curr_entries":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Current Entry Count", "optional":true }, "total_created":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Total Entry Created", "optional":true }, "total_inserted":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total Entry Inserted", "optional":true }, "total_ready_to_free":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total Entry Ready To Free", "optional":true }, "total_freed":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Total Entry Freed", "optional":true }, "err_entry_create_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Entry Creation Failure", "optional":true }, "err_entry_create_oom":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Entry Creation Out of Memory", "optional":true }, "err_entry_insert_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Entry Insert Failed", "optional":true }, "total_tcp_err":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Total TCP errors in health check sent out", "optional":true }, "err_smart_nat_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"Error creating Smart NAT Instance", "optional":true }, "err_smart_nat_port_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"Error obtaining Smart NAT source port", "optional":true }, "err_l4_sess_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"Error allocating L4 session for HM", "optional":true }, "err_hm_tcp_conn_send":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"Error in initiating TCP connection for HM", "optional":true }, "hm_tcp_conn_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"TCP connection sent for HM", "optional":true }, "entry_deleted":{ "type":"number", "format":"counter", "size":"8", "oid":"21", "description":"Entry Deleted", "optional":true }, "err_entry_create_vip_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"22", "description":"Error in creating HM internal VIP", "optional":true }, "total_match_resp_code":{ "type":"number", "format":"counter", "size":"8", "oid":"23", "description":"Total HTTP received response with match response code", "optional":true }, "total_match_default_resp_code":{ "type":"number", "format":"counter", "size":"8", "oid":"24", "description":"Total HTTP received response with match 200 response code", "optional":true }, "total_maintenance_received":{ "type":"number", "format":"counter", "size":"8", "oid":"25", "description":"Total HTTP received response with match 200 response code", "optional":true }, "total_wrong_status_received":{ "type":"number", "format":"counter", "size":"8", "oid":"26", "description":"Total HTTP received response with wrong response code", "optional":true }, "err_no_hm_entry":{ "type":"number", "format":"counter", "size":"8", "oid":"27", "description":"Error no HM entry found", "optional":true }, "err_ssl_cert_name_mismatch":{ "type":"number", "format":"counter", "size":"8", "oid":"28", "description":"Error SSL cert name mismatch", "optional":true }, "err_server_syn_timeout":{ "type":"number", "format":"counter", "size":"8", "oid":"29", "description":"Error SSL server SYN timeout", "optional":true }, "err_http2_callback":{ "type":"number", "format":"counter", "size":"8", "oid":"30", "description":"Error SSL server SYN timeout", "optional":true }, "err_l7_sess_process_tcp_estab_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"31", "description":"L7 session process TCP estab. failed", "optional":true }, "err_l7_sess_process_tcp_data_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"32", "description":"L7 session process TCP data failed", "optional":true }, "err_http2_ver_mismatch":{ "type":"number", "format":"counter", "size":"8", "oid":"33", "description":"Error http2 version mismatch", "optional":true } } } } }