{ "id":"/axapi/v3/slb/passthrough", "type":"object", "node-type":"scalar", "title":"passthrough", "partition-visibility":"shared", "auto-created-object":1, "description":"passthrough session stats", "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; 'curr_conn': Current connections; 'total_conn': Total connections; 'total_fwd_bytes': Forward bytes; 'total_fwd_packets': Forward packets; 'total_rev_bytes': Reverse bytes; 'total_rev_packets': Reverse packets; 'curr_pconn': Persistent connections; ", "enum":[ "all", "curr_conn", "total_conn", "total_fwd_bytes", "total_fwd_packets", "total_rev_bytes", "total_rev_packets", "curr_pconn" ] } } } ] } } }