{ "id":"/axapi/v3/slb/link-probe", "type":"object", "node-type":"intermediate", "title":"link-probe", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Link Probe (NHLD) related oper Info and Stats", "properties":{ "entry":{ "type":"object", "$ref":"/axapi/v3/slb/link-probe/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; 'err_tmpl_probe_create_failed': Probe Template Creation Failure; 'err_tmpl_probe_create_oom': Probe Template Creation Out of Memory; 'total_http_probes_sent': Total HTTP Probes Sent out; 'total_http_response_received': Total HTTP responses received; 'total_http_response_good': Total HTTP responses matching probe template config; 'total_http_response_bad': Total HTTP responses not matching probe template config; 'total_tcp_err': Total TCP errors in probes 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 probe; 'err_probe_tcp_conn_send': Error in initiating TCP connection for probe; 'probe_tcp_conn_sent': TCP connection sent for probe; ", "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", "err_tmpl_probe_create_failed", "err_tmpl_probe_create_oom", "total_http_probes_sent", "total_http_response_received", "total_http_response_good", "total_http_response_bad", "total_tcp_err", "err_smart_nat_alloc", "err_smart_nat_port_alloc", "err_l4_sess_alloc", "err_probe_tcp_conn_send", "probe_tcp_conn_sent" ] } } } ] } } } } }