{ "id":"/axapi/v3/slb/hm-dplane", "type":"object", "node-type":"intermediate", "title":"hm-dplane", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Health Monitor on data-plane (hm-dplane) related oper Info and Stats", "properties":{ "entry":{ "type":"object", "$ref":"/axapi/v3/slb/hm-dplane/entry", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'curr_entries': Current Entry Count; 'total_created': Total Entry Created; 'total_inserted': Total Entry Inserted; 'total_ready_to_free': Total Entry Ready To Free; 'total_freed': Total Entry Freed; 'err_entry_create_failed': Entry Creation Failure; 'err_entry_create_oom': Entry Creation Out of Memory; 'err_entry_insert_failed': Entry Insert Failed; 'total_tcp_err': Total TCP errors in health check sent out; 'err_smart_nat_alloc': Error creating Smart NAT Instance; 'err_smart_nat_port_alloc': Error obtaining Smart NAT source port; 'err_l4_sess_alloc': Error allocating L4 session for HM; 'err_hm_tcp_conn_send': Error in initiating TCP connection for HM; 'hm_tcp_conn_sent': TCP connection sent for HM; 'entry_deleted': Entry Deleted; 'err_entry_create_vip_failed': Error in creating HM internal VIP; 'total_match_resp_code': Total HTTP received response with match response code; 'total_match_default_resp_code': Total HTTP received response with match 200 response code; 'total_maintenance_received': Total HTTP received response with match 200 response code; 'total_wrong_status_received': Total HTTP received response with wrong response code; 'err_no_hm_entry': Error no HM entry found; 'err_ssl_cert_name_mismatch': Error SSL cert name mismatch; 'err_server_syn_timeout': Error SSL server SYN timeout; 'err_http2_callback': Error SSL server SYN timeout; 'err_l7_sess_process_tcp_estab_failed': L7 session process TCP estab. failed; 'err_l7_sess_process_tcp_data_failed': L7 session process TCP data failed; 'err_http2_ver_mismatch': Error http2 version mismatch; ", "enum":[ "all", "curr_entries", "total_created", "total_inserted", "total_ready_to_free", "total_freed", "err_entry_create_failed", "err_entry_create_oom", "err_entry_insert_failed", "total_tcp_err", "err_smart_nat_alloc", "err_smart_nat_port_alloc", "err_l4_sess_alloc", "err_hm_tcp_conn_send", "hm_tcp_conn_sent", "entry_deleted", "err_entry_create_vip_failed", "total_match_resp_code", "total_match_default_resp_code", "total_maintenance_received", "total_wrong_status_received", "err_no_hm_entry", "err_ssl_cert_name_mismatch", "err_server_syn_timeout", "err_http2_callback", "err_l7_sess_process_tcp_estab_failed", "err_l7_sess_process_tcp_data_failed", "err_http2_ver_mismatch" ] } } } ] } } } } }