{ "id":"/axapi/v3/so-counters", "type":"object", "node-type":"scalar", "title":"so-counters", "partition-visibility":"shared", "auto-created-object":1, "description":"Show scaleout statistics", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "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", "partition-visibility":"shared", "description":"'all': all; 'so_pkts_conn_in': Total packets processed for an established connection; 'so_pkts_conn_redirect': Total packets redirected for an established connection; 'so_pkts_dropped': Total packets dropped; 'so_pkts_errors': Total packet errors; 'so_pkts_in': Total packets in-coming; 'so_pkts_new_conn_in': Total packets processed for a new connection; 'so_pkts_new_conn_redirect': Total packets redirected for a new connection; 'so_pkts_out': Total packets sent out; 'so_pkts_redirect': Total packets redirected; 'so_pkts_conn_sync_fail': Total connection sync failures; 'so_pkts_nat_reserve_fail': Total NAT reserve failures; 'so_pkts_nat_release_fail': Total NAT release failures; 'so_pkts_conn_l7_sync': Total L7 connection syncs; 'so_pkts_conn_l4_sync': Total L4 connection syncs; 'so_pkts_conn_nat_sync': Total NAT connection syncs; 'so_pkts_conn_xparent_fw_sync': Total Xparent FW connection syncs; 'so_pkts_redirect_conn_aged_out': Total redirect conns aged out; 'so_pkts_traffic_map_not_found_drop': Traffic MAP Not Found Drop; 'so_pkts_scaleout_not_active_drop': Scaleout Not Active Drop; 'so_pkts_dest_mac_mistmatch_drop': Destination MAC Mistmatch Drop; 'so_pkts_l2redirect_interface_not_up': L2redirect Intf is not UP; 'so_fw_internal_rule_count': FW internal rule count; 'so_pkts_redirect_table_error': Redirect Table Error; 'so_pkts_mac_zero_drop': MAC Address zero Drop; ", "enum":[ "all", "so_pkts_conn_in", "so_pkts_conn_redirect", "so_pkts_dropped", "so_pkts_errors", "so_pkts_in", "so_pkts_new_conn_in", "so_pkts_new_conn_redirect", "so_pkts_out", "so_pkts_redirect", "so_pkts_conn_sync_fail", "so_pkts_nat_reserve_fail", "so_pkts_nat_release_fail", "so_pkts_conn_l7_sync", "so_pkts_conn_l4_sync", "so_pkts_conn_nat_sync", "so_pkts_conn_xparent_fw_sync", "so_pkts_redirect_conn_aged_out", "so_pkts_traffic_map_not_found_drop", "so_pkts_scaleout_not_active_drop", "so_pkts_dest_mac_mistmatch_drop", "so_pkts_l2redirect_interface_not_up", "so_fw_internal_rule_count", "so_pkts_redirect_table_error", "so_pkts_mac_zero_drop" ] }, "optional":true } } ] } } }