{ "id":"/axapi/v3/slb/link-probe/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", "long-description":"{}", "optional":true }, "total_created":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Total Entry Created", "long-description":"{}", "optional":true }, "total_inserted":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Total Entry Inserted", "long-description":"{}", "optional":true }, "total_ready_to_free":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Total Entry Ready To Free", "long-description":"{}", "optional":true }, "total_freed":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Total Entry Freed", "long-description":"{}", "optional":true }, "err_entry_create_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Entry Creation Failure", "long-description":"{}", "optional":true }, "err_entry_create_oom":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"Entry Creation Out of Memory", "long-description":"{}", "optional":true }, "err_entry_insert_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"8", "description":"Entry Insert Failed", "long-description":"{}", "optional":true }, "err_tmpl_probe_create_failed":{ "type":"number", "format":"counter", "size":"8", "oid":"9", "description":"Probe Template Creation Failure", "long-description":"{}", "optional":true }, "err_tmpl_probe_create_oom":{ "type":"number", "format":"counter", "size":"8", "oid":"10", "description":"Probe Template Creation Out of Memory", "long-description":"{}", "optional":true }, "total_http_probes_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"11", "description":"Total HTTP Probes Sent out", "long-description":"{}", "optional":true }, "total_http_response_received":{ "type":"number", "format":"counter", "size":"8", "oid":"12", "description":"Total HTTP responses received", "long-description":"{}", "optional":true }, "total_http_response_good":{ "type":"number", "format":"counter", "size":"8", "oid":"13", "description":"Total HTTP responses matching probe template config", "long-description":"{}", "optional":true }, "total_http_response_bad":{ "type":"number", "format":"counter", "size":"8", "oid":"14", "description":"Total HTTP responses not matching probe template config", "long-description":"{}", "optional":true }, "total_tcp_err":{ "type":"number", "format":"counter", "size":"8", "oid":"15", "description":"Total TCP errors in probes sent out", "long-description":"{}", "optional":true }, "err_smart_nat_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"16", "description":"Error creating Smart NAT Instance", "long-description":"{}", "optional":true }, "err_smart_nat_port_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"17", "description":"Error obtaining Smart NAT source port", "long-description":"{}", "optional":true }, "err_l4_sess_alloc":{ "type":"number", "format":"counter", "size":"8", "oid":"18", "description":"Error allocating L4 session for probe", "long-description":"{}", "optional":true }, "err_probe_tcp_conn_send":{ "type":"number", "format":"counter", "size":"8", "oid":"19", "description":"Error in initiating TCP connection for probe", "long-description":"{}", "optional":true }, "probe_tcp_conn_sent":{ "type":"number", "format":"counter", "size":"8", "oid":"20", "description":"TCP connection sent for probe", "long-description":"{}", "optional":true } } } } }