{ "id":"/axapi/v3/slb/fix", "type":"object", "node-type":"scalar", "title":"fix", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure FIX Proxy", "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_proxy': Current proxy conns; 'total_proxy': Total proxy conns; 'svrsel_fail': Server selection failure; 'noroute': No route failure; 'snat_fail': Source NAT failure; 'client_err': Client fail; 'server_err': Server fail; 'insert_clientip': Insert client IP; 'default_switching': Default switching; 'sender_switching': Sender ID switching; 'target_switching': Target ID switching; 'client_tls_conn': Client TLS conn; 'server_tls_conn': Server TLS conn; ", "enum":[ "all", "curr_proxy", "total_proxy", "svrsel_fail", "noroute", "snat_fail", "client_err", "server_err", "insert_clientip", "default_switching", "sender_switching", "target_switching", "client_tls_conn", "server_tls_conn" ] } } } ] } } }